Gory Red
#a30800
Looking for the precise values behind Gory Red (#a30800)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a30800 | |
|---|---|---|
| RGB | rgb(163, 8, 0) | |
| HSL | hsl(3, 100%, 32%) | |
| CMYK | cmyk(0%, 95%, 100%, 36%) | |
| LAB | lab(35, 57, 50) | |
| OKLCH | oklch(0.45 0.182 30) |
Color harmonies
Tints & shades
Code snippets
color: #a30800;
background-color: #a30800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFA30800)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.03, blue: 0.00, alpha: 1.0)