Shades of Dark Red #9A0B05
Tints of Dark Red #9A0B05
RGB
CMYK
RGB Variations
Color information
#9A0B05 (or 0x9A0B05) is known color: Dark Red. HEX triplet: 9A, 0B and 05. RGB value is (154,11,5). Sum of RGB (Red+Green+Blue) = 154+11+5=170 (22% of max value = 765). Red value is 154 (60.55% from 255 or 90.59% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0B05 is #65F4FA. Grayscale: #353535. Windows color (decimal): -6681851 or 330650. OLE color: 330650.
HSL color Cylindrical-coordinate representation of color #9A0B05: hue angle of 2.42º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0B05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.40 |
| HSL | 2.42º | 0.94% | 0.31% | - |
| HSV(B) | 2.42º | 0.97% | 0.6% | - |
| XYZ | 13.47 | 7.12 | 0.81 | - |
| YUV | 53.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 5 | 0 | 0.93 | 0.97 | 0.40 | 2.42 | 0.94 | 0.31 |
| Hex | 9A | B | 5 | 0 | 5D | 61 | 28 | 2 | 5E | 1F |
| Octal | 232 | 13 | 5 | 0 | 135 | 141 | 50 | 2 | 136 | 37 |
| Binary | 10011010 | 1011 | 101 | 0 | 1011101 | 1100001 | 101000 | 10 | 1011110 | 11111 |
Color Harmonies of #9A0B05
Complementary color
Monochromatic Colors of #9A0B05
Black with #9A0B05
Text Example
Text Example
White with #9A0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B05; }
p { color: rgb(154,11,5); }
H1.HeaderClassName
{
color: #9A0B05;
}
.AnyTagClassName
{
color: #9A0B05;
}
</style>
background-color css
<style>
a { background-color: #9A0B05; }
a { background-color: rgb(154,11,5); }
div.DivClassName
{
background-color: #9A0B05;
}
.BgClassName
{
background-color: #9A0B05;
}
</style>
border-color css
<style>
span { border-color: #9A0B05; }
span { border-color: rgb(154,11,5); }
td.TdClassName
{
border-color: #9A0B05;
}
.TagClassName
{
border-color: #9A0B05;
}
</style>