Shades of Dark Red #9C0D06
Tints of Dark Red #9C0D06
RGB
CMYK
RGB Variations
Color information
#9C0D06 (or 0x9C0D06) is known color: Dark Red. HEX triplet: 9C, 0D and 06. RGB value is (156,13,6). Sum of RGB (Red+Green+Blue) = 156+13+6=175 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.14% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0D06 is #63F2F9. Grayscale: #373737. Windows color (decimal): -6550266 or 396700. OLE color: 396700.
HSL color Cylindrical-coordinate representation of color #9C0D06: hue angle of 2.8º 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 #9C0D06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 6 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.39 |
| HSL | 2.8º | 0.93% | 0.32% | - |
| HSV(B) | 2.8º | 0.96% | 0.61% | - |
| XYZ | 13.89 | 7.37 | 0.86 | - |
| YUV | 54.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 6 | 0 | 0.92 | 0.96 | 0.39 | 2.8 | 0.93 | 0.32 |
| Hex | 9C | D | 6 | 0 | 5C | 60 | 27 | 3 | 5D | 20 |
| Octal | 234 | 15 | 6 | 0 | 134 | 140 | 47 | 3 | 135 | 40 |
| Binary | 10011100 | 1101 | 110 | 0 | 1011100 | 1100000 | 100111 | 11 | 1011101 | 100000 |
Color Harmonies of #9C0D06
Complementary color
Monochromatic Colors of #9C0D06
Black with #9C0D06
Text Example
Text Example
White with #9C0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D06; }
p { color: rgb(156,13,6); }
H1.HeaderClassName
{
color: #9C0D06;
}
.AnyTagClassName
{
color: #9C0D06;
}
</style>
background-color css
<style>
a { background-color: #9C0D06; }
a { background-color: rgb(156,13,6); }
div.DivClassName
{
background-color: #9C0D06;
}
.BgClassName
{
background-color: #9C0D06;
}
</style>
border-color css
<style>
span { border-color: #9C0D06; }
span { border-color: rgb(156,13,6); }
td.TdClassName
{
border-color: #9C0D06;
}
.TagClassName
{
border-color: #9C0D06;
}
</style>