What an aspect ratio actually is
An aspect ratio describes a frame's shape, independent of its size. It's the width divided by the height, written as two whole numbers separated by a colon. A 16:9 frame is sixteen units wide for every nine tall — whether those units are pixels on a phone or metres on a cinema screen. That's why 1280 × 720 and 3840 × 2160 look identical in shape despite one having nine times the pixels: both reduce to 16:9.
The practical consequence is that ratio, not resolution, decides whether an image fits. Put a 4:3 photo into a 16:9 slot and something has to give: black bars down the sides, a crop off the top and bottom, or a stretch that makes everyone look wider than they are.
Using this aspect ratio calculator
Enter the width and height you're starting from. The ratio appears immediately, along with the decimal form — useful when you're comparing two frames that are close but not identical. The preview above the fields draws both frames to scale, so an ultrawide monitor next to a square social post looks the way it actually would.
To resize, edit one of the two "New" fields and watch the other one follow. Type a new width and the height fills itself in; type a new height instead and the width is recalculated. Whichever box you touched last is the one being obeyed, and the other is the answer — which is the whole trick to resizing an image without distorting it.
Calculating aspect ratio from pixels
The arithmetic is a single proportion. Divide width by height for the decimal, then reduce the two numbers by their greatest common divisor for the familiar colon form. 1920 and 1080 share a divisor of 120, which is how 1920:1080 becomes 16:9. 800 × 600 shares 200 and becomes 4:3.
Reduction is also the fastest way to catch a ratio that's been mislabelled. Screens sold as "16:10" are 8:5 once reduced — the same shape under a friendlier-sounding name. This calculator always reduces fully, so two frames with the same shape always produce the same answer no matter how the spec sheet phrased it.
Ratios worth knowing
16:9 is video and nearly every screen. 4:3 is older monitors, tablets and a lot of camera sensors. 3:2 comes from 35 mm film and is still what most mirrorless cameras shoot. 1:1 and 4:5 are square and portrait social posts, 9:16 is the full-screen vertical format used by stories and short video. Cinema mostly lives at 1.85:1 or 2.39:1, which are wide enough that the decimal form is how they're written.
The "Common ratios" panel under the fields holds twenty standard frame sizes — broadcast, cinema, desktop and social. Clicking one fills the original dimensions for you, which is quicker and less error-prone than typing four digits from memory.
Where ratios go wrong
Two failures account for most distorted images. The first is entering both new dimensions by hand: unless they happen to land on the same proportion, something stretches. The second is rounding at every step of a chain of resizes, where each half-pixel compounds — resize once from the original rather than repeatedly from the last version.
If what you actually need is proportional scaling rather than frame shape — reducing a set of numbers by a fixed factor — the percentage calculator handles that side of the arithmetic.