Aspect Ratio Calculator

Keep the proportions. Type one new dimension and get the matching one.

Common ratios

Fill both original values, then either new width or new height.

Everything is calculated in your browser. Nothing is uploaded.

How aspect ratio actually works

An aspect ratio is width divided by height, written as two whole numbers with the common factors cleared out. A 1920 x 1080 frame divides evenly by 120 on both sides, which is why it is called 16:9. The ratio is what matters when a frame is resized: as long as both sides are multiplied by the same number, circles stay circular and faces keep their shape. The moment one side is scaled more than the other, everything inside stretches.

That is the whole reason this calculator exists. You know the original dimensions and you know one constraint — a 1200 px content column, a 1080 px tall banner, a 500 px thumbnail — and you need the second number to match. Dividing by hand is easy to get wrong, and being off by a few pixels is enough for a design tool to add letterbox bars or crop something important.

Worked example 1: fitting a photo into a fixed column

You shot a photo at 4032 x 3024 (a 4:3 phone camera) and your article template allows a maximum width of 1200 px. Scale factor = 1200 / 4032 = 0.2976. New height = 3024 x 0.2976 = 900. The image becomes 1200 x 900, still exactly 4:3. Enter 4032 and 3024 as the original values, put 1200 in the new width field, and the tool returns 900 with the simplified 4:3 label.

Worked example 2: turning a landscape video into a vertical crop

A 1920 x 1080 video needs a 9:16 vertical version for short-form platforms. You cannot simply squeeze it — 9:16 is a different shape, so something has to go. Start from the target height, 1920, and the tool returns 1080 for the 9:16 width. The practical read: keep the full height of the original frame, then crop the width from 1920 down to 1080, losing 420 px from each side if you crop centred. Anything important near the left or right edge has to be re-framed rather than trimmed.

Worked example 3: a print size that is not a clean match

An 8 x 10 inch print is a 4:5 ratio. A 6000 x 4000 camera file is 3:2. Feed 6000 and 4000 in as the original, then set the new width to 8 x 300 = 2400 px for a 300 DPI print. The tool returns 1600 px of height, but an 8 x 10 at 300 DPI needs 3000 px. The gap tells you exactly how much cropping the print will require — better to know now than at the print shop.

Reference: ratios you will actually meet

RatioDecimalTypical sizesWhere it shows up
16:91.7781920 x 1080, 3840 x 2160TVs, monitors, YouTube, most video
9:160.5631080 x 1920Vertical short-form video, phone wallpapers
4:31.3332048 x 1536, 4032 x 3024Tablets, phone stills, older broadcast
3:21.5006000 x 4000Full-frame and APS-C cameras, 4 x 6 prints
1:11.0001080 x 1080Profile pictures, square social posts
21:92.3332560 x 1080, 3440 x 1440Ultrawide monitors, cinematic crops
4:50.8001080 x 1350Portrait social posts, 8 x 10 prints

Resize, crop, or pad — pick the right one

If the target has the same ratio as the source, a plain resize is all you need and nothing is lost except resolution. If the ratio differs, there are three honest options. Cropping keeps the subject at full size but throws away edges. Padding (letterbox or pillarbox bars) keeps the whole frame but adds empty space that most platforms will leave in place. Stretching keeps everything and ruins the proportions; that is the one option worth avoiding, and it is exactly what happens when someone types a height that does not match the calculated one.

A quick way to decide: compare the decimal ratios. 1920 x 1080 is 1.778 and a 1080 x 1350 portrait post is 0.800 — far apart, so a crop removes a lot. 3:2 (1.500) against 4:3 (1.333) is much closer, and the crop will barely be noticed. The decimal figure in the results panel is there for exactly this comparison.

Rounding, DPI and other practical notes

Pixel dimensions must be whole numbers, so the tool shows a rounded size and keeps the exact decimal separate. A half-pixel difference is invisible, but if you are building a tiling layout or a sprite sheet, round in a consistent direction so the numbers keep adding up. For print, remember that the ratio says nothing about physical size: 1200 x 900 is a fine 4:3 image at 150 DPI for an 8 x 6 inch print, and the same file at 300 DPI is a crisp 4 x 3 inch print. Ratio controls shape; DPI controls how large that shape can be printed before it looks soft.

Sources & further reading

Frequently asked questions

How do I keep an image from stretching when I resize it?

Scale both sides by the same factor. If the original is 1920 x 1080 and you set the new width to 1280, the new height must be 1280 x (1080 / 1920) = 720. This calculator does that division for you and rounds to the nearest whole pixel.

What does a ratio like 16:9 actually mean?

It is the width and height divided by their greatest common divisor. 1920 x 1080 both divide by 120, giving 16:9. Any size with the same ratio — 1280 x 720, 3840 x 2160 — fills the same frame shape.

Why is my result a fraction of a pixel?

Because the exact scaled value is not a whole number. The tool shows the rounded pixel size you can actually use and the exact decimal ratio, so you can decide whether to round up, round down, or crop by one pixel.