calculatorkong

Aspect Ratio Calculator

Presets:

Aspect ratio

Proportional scaling
new height = new width × (h ⁄ w) · ratio = w:h ÷ GCD(w, h)

Every stretched logo and squashed face is an aspect-ratio crime. The fix is one proportion: scale one dimension, and the other must follow by the same factor. This calculator locks that relationship and solves whichever side you leave alone.

The everyday example

1920×1080 needs to fit a 1280-wide slot: 1280 × (1080/1920) = 720. Edit either new dimension and the other recomputes — the live preview box reshapes so you can see the ratio, not just read it. The ratio itself comes from dividing both sides by their GCD: 1920:1080 ÷ 120 = 16:9.

The ratios that run your screens

16:9 owns video (720p through 8K). 4:3 is the vintage TV and iPad shape. 21:9 stretches across ultrawide monitors and cinema. 9:16 is 16:9 turned upright — Stories, Reels, TikTok. 1:1 squares the Instagram feed. And A4 paper uses 1:√2, the unique ratio that survives folding in half — each preset chip loads real pixel dimensions.

Fit, fill, or distort

When content and container disagree, you choose a casualty: letterbox (fit entirely, bars appear), crop (fill entirely, edges lost), or stretch (everything survives, everything lies). Professional layouts pick from the first two; the third is how ovals happen to circles.

Beyond pixels

The same proportion math scales recipes and maps in the ratio calculator, and print sizing crosses into physical units via the length converter. For screen-area comparisons (is a 27″ 16:9 bigger than a 25″ 21:9?), diagonal and ratio together decide — width = diagonal × cos(atan(h/w)).

Solved dimensions round to whole pixels.

Frequently Asked Questions

How do I calculate a missing dimension at the same aspect ratio? +

Cross-multiply: new height = new width × (original height ÷ original width). Scaling 1920×1080 to 1280 wide: 1280 × (1080⁄1920) = 720.

What is 16:9? +

The dominant widescreen ratio — 1920×1080, 1280×720, 3840×2160 (4K) are all 16:9. YouTube, TVs and most monitors default to it.

What aspect ratio is 1080p? +

1920×1080 simplifies by GCD 120 to 16:9. The “p” counts vertical pixels; the ratio comes from dividing both dimensions by their greatest common factor.

What ratios do Instagram and TikTok use? +

Instagram feed: 1:1 square or 4:5 portrait; Stories/Reels and TikTok: 9:16 vertical (1080×1920) — widescreen rotated upright.

Why do prints and paper have different ratios? +

Photo prints use 3:2 (from 35mm film); ISO paper (A4) uses 1:√2 ≈ 1:1.414 so each half-fold preserves the ratio — the only ratio with that property.

What happens if I resize without keeping the ratio? +

Distortion — circles become ovals, faces stretch. Fitting different-ratio content means cropping (fill) or letterboxing (fit); keeping pixels square requires honoring the ratio.

Powered by Calculator Kong ↗

Related Calculators