Shades of Dark Red #9C100A
Tints of Dark Red #9C100A
RGB
CMYK
RGB Variations
Color information
#9C100A (or 0x9C100A) is known color: Dark Red. HEX triplet: 9C, 10 and 0A. RGB value is (156,16,10). Sum of RGB (Red+Green+Blue) = 156+16+10=182 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.71% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 156 - color contains mainly: red. Hex color #9C100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C100A is #63EFF5. Grayscale: #393939. Windows color (decimal): -6549494 or 659612. OLE color: 659612.
HSL color Cylindrical-coordinate representation of color #9C100A: hue angle of 2.47º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C100A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.39 |
| HSL | 2.47º | 0.88% | 0.33% | - |
| HSV(B) | 2.47º | 0.94% | 0.61% | - |
| XYZ | 13.95 | 7.46 | 0.99 | - |
| YUV | 57.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 10 | 0 | 0.90 | 0.94 | 0.39 | 2.47 | 0.88 | 0.33 |
| Hex | 9C | 10 | A | 0 | 5A | 5E | 27 | 2 | 58 | 21 |
| Octal | 234 | 20 | 12 | 0 | 132 | 136 | 47 | 2 | 130 | 41 |
| Binary | 10011100 | 10000 | 1010 | 0 | 1011010 | 1011110 | 100111 | 10 | 1011000 | 100001 |
Color Harmonies of #9C100A
Complementary color
Monochromatic Colors of #9C100A
Black with #9C100A
Text Example
Text Example
White with #9C100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C100A; }
p { color: rgb(156,16,10); }
H1.HeaderClassName
{
color: #9C100A;
}
.AnyTagClassName
{
color: #9C100A;
}
</style>
background-color css
<style>
a { background-color: #9C100A; }
a { background-color: rgb(156,16,10); }
div.DivClassName
{
background-color: #9C100A;
}
.BgClassName
{
background-color: #9C100A;
}
</style>
border-color css
<style>
span { border-color: #9C100A; }
span { border-color: rgb(156,16,10); }
td.TdClassName
{
border-color: #9C100A;
}
.TagClassName
{
border-color: #9C100A;
}
</style>