Shades of Carmine #9C0A19
Tints of Carmine #9C0A19
RGB
CMYK
RGB Variations
Color information
#9C0A19 (or 0x9C0A19) is known color: Carmine. HEX triplet: 9C, 0A and 19. RGB value is (156,10,25). Sum of RGB (Red+Green+Blue) = 156+10+25=191 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.68% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0A19 is #63F5E6. Grayscale: #373737. Windows color (decimal): -6551015 or 1641116. OLE color: 1641116.
HSL color Cylindrical-coordinate representation of color #9C0A19: hue angle of 353.84º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0A19 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 25 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.39 |
| HSL | 353.84º | 0.88% | 0.33% | - |
| HSV(B) | 353.84º | 0.94% | 0.61% | - |
| XYZ | 13.99 | 7.36 | 1.6 | - |
| YUV | 55.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 25 | 0 | 0.94 | 0.84 | 0.39 | 353.84 | 0.88 | 0.33 |
| Hex | 9C | A | 19 | 0 | 5E | 54 | 27 | 162 | 58 | 21 |
| Octal | 234 | 12 | 31 | 0 | 136 | 124 | 47 | 542 | 130 | 41 |
| Binary | 10011100 | 1010 | 11001 | 0 | 1011110 | 1010100 | 100111 | 101100010 | 1011000 | 100001 |
Color Harmonies of #9C0A19
Complementary color
Monochromatic Colors of #9C0A19
Black with #9C0A19
Text Example
Text Example
White with #9C0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A19; }
p { color: rgb(156,10,25); }
H1.HeaderClassName
{
color: #9C0A19;
}
.AnyTagClassName
{
color: #9C0A19;
}
</style>
background-color css
<style>
a { background-color: #9C0A19; }
a { background-color: rgb(156,10,25); }
div.DivClassName
{
background-color: #9C0A19;
}
.BgClassName
{
background-color: #9C0A19;
}
</style>
border-color css
<style>
span { border-color: #9C0A19; }
span { border-color: rgb(156,10,25); }
td.TdClassName
{
border-color: #9C0A19;
}
.TagClassName
{
border-color: #9C0A19;
}
</style>