Content Tools

Aspect Ratio Calculator


A free, browser-based aspect ratio calculator that finds the proportional width or height for any ratio and reduces any size to its simplest ratio with a live visual preview.

:

Enter a width or a height and the other is calculated to keep the ratio. Editing one clears the other.

16:9

The Aspect Ratio Calculator is a free, browser-based tool that finds the missing dimension of an image, video, or layout so it keeps a chosen aspect ratio. Pick a preset like 16:9, 4:3, 21:9, 1:1, 3:2, or 9:16 (or type a custom W:H), enter the width or the height you already know, and it instantly calculates the other side and shows a scaled preview box.

It also works in reverse: switch to Simplify Ratio mode, type any width and height, and it reduces them to the smallest whole-number ratio using the greatest common divisor and names common ratios where it recognizes them.


What Is an Aspect Ratio?

An aspect ratio is the proportional relationship between an element's width and its height, written as two numbers separated by a colon, such as 16:9. It describes shape, not size — a 1280×720 image and a 1920×1080 image are different resolutions but share the same 16:9 ratio, so they look identical in proportion and scale without distortion.

Keeping a consistent ratio is what stops images and videos from stretching or getting cropped. When you resize one dimension, the other has to change by the same factor, and that is exactly the arithmetic this calculator handles for you.

How to Use the Aspect Ratio Calculator

  1. Choose a preset ratio (16:9, 4:3, 21:9, 1:1, 3:2, 9:16) or enter your own numbers in the custom W : H fields.
  2. Enter either a width or a height in the Known Dimension section — typing in one field clears the other.
  3. Read the calculated dimension and the reduced ratio in the result panel, and check the visual preview to confirm the shape.
  4. Click Copy to grab the finished width x height values for your CSS, editor, or export dialog.
  5. To go the other way, open Simplify Ratio mode and enter any width and height to see the simplest ratio.

Why Use an Aspect Ratio Calculator?

  • Video exports: match your timeline to 16:9 for YouTube, 9:16 for Shorts and Reels, or 1:1 for feed posts without guessing pixel counts.
  • Responsive design: lock a container to a ratio so it scales fluidly across screen sizes instead of jumping to fixed heights.
  • Image resizing: compute the correct target height before you scale a photo so nothing gets squashed.
  • Cropping and framing: plan a crop to a standard ratio like 3:2 or 4:5 before you commit to it.
  • Ratio cleanup: turn an awkward 1920×1080 into a clean 16:9 label for documentation or CSS.

Common Aspect Ratios and When to Use Them

Different mediums standardized on different shapes. 16:9 is the default for modern video, monitors, and streaming; 4:3 is the older TV and presentation standard; 21:9 is ultrawide cinema; 1:1 is the square used across social feeds; 3:2 comes from 35mm photography; and 9:16 is the vertical shape of phone-native video. When you build an actual page layout, pairing a fixed ratio with fluid columns from the CSS Grid Generator keeps media boxes proportional as the grid flexes.

Aspect Ratio vs Resolution

Resolution is the exact pixel count (1920×1080), while aspect ratio is the simplified shape (16:9). Two files with the same ratio are interchangeable in layout even at different resolutions, which is why designers think in ratios first and pixels second. If your goal is to output real files at those dimensions, feed the numbers this tool gives you into the Image Resizer to produce the actual scaled image. For embedding video that must stay 16:9 as the page shrinks, the Responsive Youtube Embed Generator builds the padding-based wrapper that holds the ratio automatically.

Because the math behind a ratio is really just proportional scaling, the same reasoning shows up whenever you resize by a factor; if you would rather work in scaling percentages than fixed ratios, the Percentage Calculator handles that side of the arithmetic.

Frequently Asked Questions

How do I calculate height from width for a 16:9 ratio?

Multiply the width by 9 and divide by 16. For a 1600px width, that gives 900px, so the frame is 1600×900. This calculator does it automatically the moment you type a width and pick 16:9.

What aspect ratio is 1920x1080?

1920×1080 simplifies to 16:9. Dividing both numbers by their greatest common divisor (120) gives 16 and 9. Enter those values in Simplify Ratio mode and the tool reduces them for you.

How do I simplify a ratio like 1600x1200?

Divide both numbers by their greatest common divisor. For 1600 and 1200 the GCD is 400, which reduces to 4:3. The Simplify Ratio mode finds the GCD and returns the smallest whole-number ratio instantly.

Can I use custom or non-standard aspect ratios?

Yes. Type any width and height into the custom ratio fields, including decimals, and the calculator will keep that exact proportion when you enter a known dimension.

Is this aspect ratio calculator free and private?

Yes. It is completely free and runs entirely in your browser. Nothing you enter is uploaded or stored on a server.