Shades of Dark Red #9A1006
Tints of Dark Red #9A1006
RGB
CMYK
RGB Variations
Color information
#9A1006 (or 0x9A1006) is known color: Dark Red. HEX triplet: 9A, 10 and 06. RGB value is (154,16,6). Sum of RGB (Red+Green+Blue) = 154+16+6=176 (23% of max value = 765). Red value is 154 (60.55% from 255 or 87.5% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1006 is #65EFF9. Grayscale: #383838. Windows color (decimal): -6680570 or 397466. OLE color: 397466.
HSL color Cylindrical-coordinate representation of color #9A1006: hue angle of 4.05º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A1006 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 6 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.40 |
| HSL | 4.05º | 0.93% | 0.31% | - |
| HSV(B) | 4.05º | 0.96% | 0.6% | - |
| XYZ | 13.54 | 7.25 | 0.86 | - |
| YUV | 56.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 6 | 0 | 0.90 | 0.96 | 0.40 | 4.05 | 0.93 | 0.31 |
| Hex | 9A | 10 | 6 | 0 | 5A | 60 | 28 | 4 | 5C | 1F |
| Octal | 232 | 20 | 6 | 0 | 132 | 140 | 50 | 4 | 134 | 37 |
| Binary | 10011010 | 10000 | 110 | 0 | 1011010 | 1100000 | 101000 | 100 | 1011100 | 11111 |
Color Harmonies of #9A1006
Complementary color
Monochromatic Colors of #9A1006
Black with #9A1006
Text Example
Text Example
White with #9A1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1006; }
p { color: rgb(154,16,6); }
H1.HeaderClassName
{
color: #9A1006;
}
.AnyTagClassName
{
color: #9A1006;
}
</style>
background-color css
<style>
a { background-color: #9A1006; }
a { background-color: rgb(154,16,6); }
div.DivClassName
{
background-color: #9A1006;
}
.BgClassName
{
background-color: #9A1006;
}
</style>
border-color css
<style>
span { border-color: #9A1006; }
span { border-color: rgb(154,16,6); }
td.TdClassName
{
border-color: #9A1006;
}
.TagClassName
{
border-color: #9A1006;
}
</style>