Shades of Carmine #9C0616
Tints of Carmine #9C0616
RGB
CMYK
RGB Variations
Color information
#9C0616 (or 0x9C0616) is known color: Carmine. HEX triplet: 9C, 06 and 16. RGB value is (156,6,22). Sum of RGB (Red+Green+Blue) = 156+6+22=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0616 is #63F9E9. Grayscale: #343434. Windows color (decimal): -6552042 or 1443484. OLE color: 1443484.
HSL color Cylindrical-coordinate representation of color #9C0616: hue angle of 353.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0616 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 22 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.39 |
| HSL | 353.6º | 0.93% | 0.32% | - |
| HSV(B) | 353.6º | 0.96% | 0.61% | - |
| XYZ | 13.92 | 7.26 | 1.43 | - |
| YUV | 52.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 22 | 0 | 0.96 | 0.86 | 0.39 | 353.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 16 | 0 | 60 | 56 | 27 | 162 | 5D | 20 |
| Octal | 234 | 6 | 26 | 0 | 140 | 126 | 47 | 542 | 135 | 40 |
| Binary | 10011100 | 110 | 10110 | 0 | 1100000 | 1010110 | 100111 | 101100010 | 1011101 | 100000 |
Color Harmonies of #9C0616
Complementary color
Monochromatic Colors of #9C0616
Black with #9C0616
Text Example
Text Example
White with #9C0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0616; }
p { color: rgb(156,6,22); }
H1.HeaderClassName
{
color: #9C0616;
}
.AnyTagClassName
{
color: #9C0616;
}
</style>
background-color css
<style>
a { background-color: #9C0616; }
a { background-color: rgb(156,6,22); }
div.DivClassName
{
background-color: #9C0616;
}
.BgClassName
{
background-color: #9C0616;
}
</style>
border-color css
<style>
span { border-color: #9C0616; }
span { border-color: rgb(156,6,22); }
td.TdClassName
{
border-color: #9C0616;
}
.TagClassName
{
border-color: #9C0616;
}
</style>