Shades of Carmine #9C0611
Tints of Carmine #9C0611
RGB
CMYK
RGB Variations
Color information
#9C0611 (or 0x9C0611) is known color: Carmine. HEX triplet: 9C, 06 and 11. RGB value is (156,6,17). Sum of RGB (Red+Green+Blue) = 156+6+17=179 (23% of max value = 765). Red value is 156 (61.33% from 255 or 87.15% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0611 is #63F9EE. Grayscale: #343434. Windows color (decimal): -6552047 or 1115804. OLE color: 1115804.
HSL color Cylindrical-coordinate representation of color #9C0611: hue angle of 355.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 #9C0611 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 17 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.39 |
| HSL | 355.6º | 0.93% | 0.32% | - |
| HSV(B) | 355.6º | 0.96% | 0.61% | - |
| XYZ | 13.88 | 7.24 | 1.2 | - |
| YUV | 52.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 17 | 0 | 0.96 | 0.89 | 0.39 | 355.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 11 | 0 | 60 | 59 | 27 | 164 | 5D | 20 |
| Octal | 234 | 6 | 21 | 0 | 140 | 131 | 47 | 544 | 135 | 40 |
| Binary | 10011100 | 110 | 10001 | 0 | 1100000 | 1011001 | 100111 | 101100100 | 1011101 | 100000 |
Color Harmonies of #9C0611
Complementary color
Monochromatic Colors of #9C0611
Black with #9C0611
Text Example
Text Example
White with #9C0611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0611; }
p { color: rgb(156,6,17); }
H1.HeaderClassName
{
color: #9C0611;
}
.AnyTagClassName
{
color: #9C0611;
}
</style>
background-color css
<style>
a { background-color: #9C0611; }
a { background-color: rgb(156,6,17); }
div.DivClassName
{
background-color: #9C0611;
}
.BgClassName
{
background-color: #9C0611;
}
</style>
border-color css
<style>
span { border-color: #9C0611; }
span { border-color: rgb(156,6,17); }
td.TdClassName
{
border-color: #9C0611;
}
.TagClassName
{
border-color: #9C0611;
}
</style>