Rural Red
#bb1144
Here's everything about the color Rural Red (#bb1144) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bb1144 | |
|---|---|---|
| RGB | rgb(187, 17, 68) | |
| HSL | hsl(342, 83%, 40%) | |
| CMYK | cmyk(0%, 91%, 64%, 27%) | |
| LAB | lab(41, 63, 20) | |
| OKLCH | oklch(0.51 0.196 13) |
Color harmonies
Tints & shades
Code snippets
color: #bb1144;
background-color: #bb1144;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB1144)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.07, blue: 0.27, alpha: 1.0)