Shades of Dark Red #9A0A00
Tints of Dark Red #9A0A00
RGB
CMYK
RGB Variations
Color information
#9A0A00 (or 0x9A0A00) is known color: Dark Red. HEX triplet: 9A, 0A and 00. RGB value is (154,10,0). Sum of RGB (Red+Green+Blue) = 154+10+0=164 (21% of max value = 765). Red value is 154 (60.55% from 255 or 93.90% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0A00 is #65F5FF. Grayscale: #343434. Windows color (decimal): -6682112 or 2714. OLE color: 2714.
HSL color Cylindrical-coordinate representation of color #9A0A00: hue angle of 3.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.40 |
| HSL | 3.9º | 1% | 0.3% | - |
| HSV(B) | 3.9º | 1% | 0.6% | - |
| XYZ | 13.43 | 7.09 | 0.66 | - |
| YUV | 51.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 0 | 0 | 0.94 | 1 | 0.40 | 3.9 | 1 | 0.3 |
| Hex | 9A | A | 0 | 0 | 5E | 64 | 28 | 4 | 64 | 1E |
| Octal | 232 | 12 | 0 | 0 | 136 | 144 | 50 | 4 | 144 | 36 |
| Binary | 10011010 | 1010 | 0 | 0 | 1011110 | 1100100 | 101000 | 100 | 1100100 | 11110 |
Color Harmonies of #9A0A00
Complementary color
Monochromatic Colors of #9A0A00
Black with #9A0A00
Text Example
Text Example
White with #9A0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0A00; }
p { color: rgb(154,10,0); }
H1.HeaderClassName
{
color: #9A0A00;
}
.AnyTagClassName
{
color: #9A0A00;
}
</style>
background-color css
<style>
a { background-color: #9A0A00; }
a { background-color: rgb(154,10,0); }
div.DivClassName
{
background-color: #9A0A00;
}
.BgClassName
{
background-color: #9A0A00;
}
</style>
border-color css
<style>
span { border-color: #9A0A00; }
span { border-color: rgb(154,10,0); }
td.TdClassName
{
border-color: #9A0A00;
}
.TagClassName
{
border-color: #9A0A00;
}
</style>