Shades of Dark Red #9C1B05
Tints of Dark Red #9C1B05
RGB
CMYK
RGB Variations
Color information
#9C1B05 (or 0x9C1B05) is known color: Dark Red. HEX triplet: 9C, 1B and 05. RGB value is (156,27,5). Sum of RGB (Red+Green+Blue) = 156+27+5=188 (24% of max value = 765). Red value is 156 (61.33% from 255 or 82.98% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1B05 is #63E4FA. Grayscale: #3F3F3F. Windows color (decimal): -6546683 or 334748. OLE color: 334748.
HSL color Cylindrical-coordinate representation of color #9C1B05: hue angle of 8.74º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C1B05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.39 |
| HSL | 8.74º | 0.94% | 0.32% | - |
| HSV(B) | 8.74º | 0.97% | 0.61% | - |
| XYZ | 14.13 | 7.86 | 0.92 | - |
| YUV | 63.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 5 | 0 | 0.83 | 0.97 | 0.39 | 8.74 | 0.94 | 0.32 |
| Hex | 9C | 1B | 5 | 0 | 53 | 61 | 27 | 9 | 5E | 20 |
| Octal | 234 | 33 | 5 | 0 | 123 | 141 | 47 | 11 | 136 | 40 |
| Binary | 10011100 | 11011 | 101 | 0 | 1010011 | 1100001 | 100111 | 1001 | 1011110 | 100000 |
Color Harmonies of #9C1B05
Complementary color
Monochromatic Colors of #9C1B05
Black with #9C1B05
Text Example
Text Example
White with #9C1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B05; }
p { color: rgb(156,27,5); }
H1.HeaderClassName
{
color: #9C1B05;
}
.AnyTagClassName
{
color: #9C1B05;
}
</style>
background-color css
<style>
a { background-color: #9C1B05; }
a { background-color: rgb(156,27,5); }
div.DivClassName
{
background-color: #9C1B05;
}
.BgClassName
{
background-color: #9C1B05;
}
</style>
border-color css
<style>
span { border-color: #9C1B05; }
span { border-color: rgb(156,27,5); }
td.TdClassName
{
border-color: #9C1B05;
}
.TagClassName
{
border-color: #9C1B05;
}
</style>