Shades of Dark Red #9A130A
Tints of Dark Red #9A130A
RGB
CMYK
RGB Variations
Color information
#9A130A (or 0x9A130A) is known color: Dark Red. HEX triplet: 9A, 13 and 0A. RGB value is (154,19,10). Sum of RGB (Red+Green+Blue) = 154+19+10=183 (24% of max value = 765). Red value is 154 (60.55% from 255 or 84.15% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 154 - color contains mainly: red. Hex color #9A130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A130A is #65ECF5. Grayscale: #3A3A3A. Windows color (decimal): -6679798 or 660378. OLE color: 660378.
HSL color Cylindrical-coordinate representation of color #9A130A: hue angle of 3.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A130A is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 10 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.40 |
| HSL | 3.75º | 0.88% | 0.32% | - |
| HSV(B) | 3.75º | 0.94% | 0.6% | - |
| XYZ | 13.61 | 7.36 | 0.99 | - |
| YUV | 58.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 10 | 0 | 0.88 | 0.94 | 0.40 | 3.75 | 0.88 | 0.32 |
| Hex | 9A | 13 | A | 0 | 58 | 5E | 28 | 4 | 58 | 20 |
| Octal | 232 | 23 | 12 | 0 | 130 | 136 | 50 | 4 | 130 | 40 |
| Binary | 10011010 | 10011 | 1010 | 0 | 1011000 | 1011110 | 101000 | 100 | 1011000 | 100000 |
Color Harmonies of #9A130A
Complementary color
Monochromatic Colors of #9A130A
Black with #9A130A
Text Example
Text Example
White with #9A130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A130A; }
p { color: rgb(154,19,10); }
H1.HeaderClassName
{
color: #9A130A;
}
.AnyTagClassName
{
color: #9A130A;
}
</style>
background-color css
<style>
a { background-color: #9A130A; }
a { background-color: rgb(154,19,10); }
div.DivClassName
{
background-color: #9A130A;
}
.BgClassName
{
background-color: #9A130A;
}
</style>
border-color css
<style>
span { border-color: #9A130A; }
span { border-color: rgb(154,19,10); }
td.TdClassName
{
border-color: #9A130A;
}
.TagClassName
{
border-color: #9A130A;
}
</style>