What Is Aspect Ratio?
Aspect ratio is the relationship between a rectangle's width and height, expressed as two whole numbers (like 16:9) or a decimal (like 1.7778). It determines whether content feels wide and cinematic, tall like a phone screen, or classic like a 4:3 TV. Two resolutions with the same aspect ratio — say 1920×1080 and 3840×2160 — will display the same image content just at different pixel densities. This calculator handles the three directions: given any two of (width, height, ratio), it solves for the third and auto-simplifies to lowest integer terms.
The Math
Aspect ratio is literally width / height. To simplify 1920×1080 to 16:9, divide both by their greatest common divisor (120): 1920/120 = 16, 1080/120 = 9. To find the width given ratio 16:9 and height 720, multiply: 720 × (16/9) = 1280. The calculator runs both flows live — type whichever two fields you know and it locks them in, solving for the third.
Resizing Without Distortion
When you resize an image or video frame, you preserve visual fidelity by keeping the aspect ratio constant. Need a 4K (3840×2160) asset scaled to fit a 720-pixel-tall column? Use the calculator: 720 × (3840/2160) = 1280 wide. Changing just one dimension (stretching) produces letterboxing or distortion. Most image editors and video tools let you "lock ratio" — the calculator gives you the target numbers to type in.