Legal Document Generator
Generate Privacy Policy, Terms of Services, and Disclaimer pages for your website with this free Legal Document Generator tool.
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.
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.
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.
width x height values for your CSS, editor, or export dialog.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.
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.
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.
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.
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.
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.
Yes. It is completely free and runs entirely in your browser. Nothing you enter is uploaded or stored on a server.