Shades of Dark Red #9A1200
Tints of Dark Red #9A1200
RGB
CMYK
RGB Variations
Color information
#9A1200 (or 0x9A1200) is known color: Dark Red. HEX triplet: 9A, 12 and 00. RGB value is (154,18,0). Sum of RGB (Red+Green+Blue) = 154+18+0=172 (22% of max value = 765). Red value is 154 (60.55% from 255 or 89.53% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1200 is #65EDFF. Grayscale: #383838. Windows color (decimal): -6680064 or 4762. OLE color: 4762.
HSL color Cylindrical-coordinate representation of color #9A1200: hue angle of 7.01º 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 #9A1200 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.40 |
| HSL | 7.01º | 1% | 0.3% | - |
| HSV(B) | 7.01º | 1% | 0.6% | - |
| XYZ | 13.54 | 7.3 | 0.7 | - |
| YUV | 56.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 0 | 0 | 0.88 | 1 | 0.40 | 7.01 | 1 | 0.3 |
| Hex | 9A | 12 | 0 | 0 | 58 | 64 | 28 | 7 | 64 | 1E |
| Octal | 232 | 22 | 0 | 0 | 130 | 144 | 50 | 7 | 144 | 36 |
| Binary | 10011010 | 10010 | 0 | 0 | 1011000 | 1100100 | 101000 | 111 | 1100100 | 11110 |
Color Harmonies of #9A1200
Complementary color
Monochromatic Colors of #9A1200
Black with #9A1200
Text Example
Text Example
White with #9A1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1200; }
p { color: rgb(154,18,0); }
H1.HeaderClassName
{
color: #9A1200;
}
.AnyTagClassName
{
color: #9A1200;
}
</style>
background-color css
<style>
a { background-color: #9A1200; }
a { background-color: rgb(154,18,0); }
div.DivClassName
{
background-color: #9A1200;
}
.BgClassName
{
background-color: #9A1200;
}
</style>
border-color css
<style>
span { border-color: #9A1200; }
span { border-color: rgb(154,18,0); }
td.TdClassName
{
border-color: #9A1200;
}
.TagClassName
{
border-color: #9A1200;
}
</style>