Once Bitten
#bd2f10
Once Bitten is a color with the hex code #bd2f10. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bd2f10 | |
|---|---|---|
| RGB | rgb(189, 47, 16) | |
| HSL | hsl(11, 84%, 40%) | |
| CMYK | cmyk(0%, 75%, 92%, 26%) | |
| LAB | lab(43, 56, 51) | |
| OKLCH | oklch(0.53 0.183 33) |
Color harmonies
Tints & shades
Code snippets
color: #bd2f10;
background-color: #bd2f10;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBD2F10)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.18, blue: 0.06, alpha: 1.0)