Bullseye
#b9030a
Bullseye, represented by the hex value #b9030a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b9030a | |
|---|---|---|
| RGB | rgb(185, 3, 10) | |
| HSL | hsl(358, 97%, 37%) | |
| CMYK | cmyk(0%, 98%, 95%, 27%) | |
| LAB | lab(39, 63, 51) | |
| OKLCH | oklch(0.49 0.201 28) |
Color harmonies
Tints & shades
Code snippets
color: #b9030a;
background-color: #b9030a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB9030A)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.01, blue: 0.04, alpha: 1.0)