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