Shades of Carmine #9C0D16
Tints of Carmine #9C0D16
RGB
CMYK
RGB Variations
Color information
#9C0D16 (or 0x9C0D16) is known color: Carmine. HEX triplet: 9C, 0D and 16. RGB value is (156,13,22). Sum of RGB (Red+Green+Blue) = 156+13+22=191 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.68% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0D16 is #63F2E9. Grayscale: #383838. Windows color (decimal): -6550250 or 1445276. OLE color: 1445276.
HSL color Cylindrical-coordinate representation of color #9C0D16: hue angle of 356.22º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D16 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 22 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.39 |
| HSL | 356.22º | 0.85% | 0.33% | - |
| HSV(B) | 356.22º | 0.92% | 0.61% | - |
| XYZ | 14 | 7.41 | 1.45 | - |
| YUV | 56.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 22 | 0 | 0.92 | 0.86 | 0.39 | 356.22 | 0.85 | 0.33 |
| Hex | 9C | D | 16 | 0 | 5C | 56 | 27 | 164 | 55 | 21 |
| Octal | 234 | 15 | 26 | 0 | 134 | 126 | 47 | 544 | 125 | 41 |
| Binary | 10011100 | 1101 | 10110 | 0 | 1011100 | 1010110 | 100111 | 101100100 | 1010101 | 100001 |
Color Harmonies of #9C0D16
Complementary color
Monochromatic Colors of #9C0D16
Black with #9C0D16
Text Example
Text Example
White with #9C0D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D16; }
p { color: rgb(156,13,22); }
H1.HeaderClassName
{
color: #9C0D16;
}
.AnyTagClassName
{
color: #9C0D16;
}
</style>
background-color css
<style>
a { background-color: #9C0D16; }
a { background-color: rgb(156,13,22); }
div.DivClassName
{
background-color: #9C0D16;
}
.BgClassName
{
background-color: #9C0D16;
}
</style>
border-color css
<style>
span { border-color: #9C0D16; }
span { border-color: rgb(156,13,22); }
td.TdClassName
{
border-color: #9C0D16;
}
.TagClassName
{
border-color: #9C0D16;
}
</style>