Bindi Red
#b0003c
Looking for the precise values behind Bindi Red (#b0003c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b0003c | |
|---|---|---|
| RGB | rgb(176, 0, 60) | |
| HSL | hsl(340, 100%, 35%) | |
| CMYK | cmyk(0%, 100%, 66%, 31%) | |
| LAB | lab(38, 62, 21) | |
| OKLCH | oklch(0.48 0.193 14) |
Color harmonies
Tints & shades
Code snippets
color: #b0003c;
background-color: #b0003c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB0003C)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.00, blue: 0.24, alpha: 1.0)