Shades of Dark Red #9A1A05
Tints of Dark Red #9A1A05
RGB
CMYK
RGB Variations
Color information
#9A1A05 (or 0x9A1A05) is known color: Dark Red. HEX triplet: 9A, 1A and 05. RGB value is (154,26,5). Sum of RGB (Red+Green+Blue) = 154+26+5=185 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.24% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1A05 is #65E5FA. Grayscale: #3E3E3E. Windows color (decimal): -6678011 or 334490. OLE color: 334490.
HSL color Cylindrical-coordinate representation of color #9A1A05: hue angle of 8.46º 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 #9A1A05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 26 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.40 |
| HSL | 8.46º | 0.94% | 0.31% | - |
| HSV(B) | 8.46º | 0.97% | 0.6% | - |
| XYZ | 13.72 | 7.62 | 0.89 | - |
| YUV | 61.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 5 | 0 | 0.83 | 0.97 | 0.40 | 8.46 | 0.94 | 0.31 |
| Hex | 9A | 1A | 5 | 0 | 53 | 61 | 28 | 8 | 5E | 1F |
| Octal | 232 | 32 | 5 | 0 | 123 | 141 | 50 | 10 | 136 | 37 |
| Binary | 10011010 | 11010 | 101 | 0 | 1010011 | 1100001 | 101000 | 1000 | 1011110 | 11111 |
Color Harmonies of #9A1A05
Complementary color
Monochromatic Colors of #9A1A05
Black with #9A1A05
Text Example
Text Example
White with #9A1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1A05; }
p { color: rgb(154,26,5); }
H1.HeaderClassName
{
color: #9A1A05;
}
.AnyTagClassName
{
color: #9A1A05;
}
</style>
background-color css
<style>
a { background-color: #9A1A05; }
a { background-color: rgb(154,26,5); }
div.DivClassName
{
background-color: #9A1A05;
}
.BgClassName
{
background-color: #9A1A05;
}
</style>
border-color css
<style>
span { border-color: #9A1A05; }
span { border-color: rgb(154,26,5); }
td.TdClassName
{
border-color: #9A1A05;
}
.TagClassName
{
border-color: #9A1A05;
}
</style>