Shades of Carmine #9C0E18
Tints of Carmine #9C0E18
RGB
CMYK
RGB Variations
Color information
#9C0E18 (or 0x9C0E18) is known color: Carmine. HEX triplet: 9C, 0E and 18. RGB value is (156,14,24). Sum of RGB (Red+Green+Blue) = 156+14+24=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0E18 is #63F1E7. Grayscale: #393939. Windows color (decimal): -6549992 or 1576604. OLE color: 1576604.
HSL color Cylindrical-coordinate representation of color #9C0E18: hue angle of 355.77º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E18 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 24 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.39 |
| HSL | 355.77º | 0.84% | 0.33% | - |
| HSV(B) | 355.77º | 0.91% | 0.61% | - |
| XYZ | 14.03 | 7.45 | 1.56 | - |
| YUV | 57.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 24 | 0 | 0.91 | 0.85 | 0.39 | 355.77 | 0.84 | 0.33 |
| Hex | 9C | E | 18 | 0 | 5B | 55 | 27 | 164 | 54 | 21 |
| Octal | 234 | 16 | 30 | 0 | 133 | 125 | 47 | 544 | 124 | 41 |
| Binary | 10011100 | 1110 | 11000 | 0 | 1011011 | 1010101 | 100111 | 101100100 | 1010100 | 100001 |
Color Harmonies of #9C0E18
Complementary color
Monochromatic Colors of #9C0E18
Black with #9C0E18
Text Example
Text Example
White with #9C0E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E18; }
p { color: rgb(156,14,24); }
H1.HeaderClassName
{
color: #9C0E18;
}
.AnyTagClassName
{
color: #9C0E18;
}
</style>
background-color css
<style>
a { background-color: #9C0E18; }
a { background-color: rgb(156,14,24); }
div.DivClassName
{
background-color: #9C0E18;
}
.BgClassName
{
background-color: #9C0E18;
}
</style>
border-color css
<style>
span { border-color: #9C0E18; }
span { border-color: rgb(156,14,24); }
td.TdClassName
{
border-color: #9C0E18;
}
.TagClassName
{
border-color: #9C0E18;
}
</style>