Carmine Hex Code — #960018
RGB, HSL, and CMYK values for Carmine.
Carmine Color Values
| Format | Value |
|---|---|
| HEX | #960018 |
| RGB | rgb(150, 0, 24) |
| HSL | hsl(350, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 84%, 41%) |
Want to explore more shades? Use our Color Converter
About Carmine
Color psychology: Deep emotion, intensity.
Carmine (#960018) is a dark shade of red. It's commonly used in web design, graphic design, and branding where deep emotion, intensity are desired associations.
How to Use Carmine in CSS
/* Using HEX */ color: #960018; background-color: #960018; /* Using RGB */ color: rgb(150, 0, 24); /* Using HSL */ color: hsl(350, 100%, 29%);