Shades of Dark Red #9A1A04
Tints of Dark Red #9A1A04
RGB
CMYK
RGB Variations
Color information
#9A1A04 (or 0x9A1A04) is known color: Dark Red. HEX triplet: 9A, 1A and 04. RGB value is (154,26,4). Sum of RGB (Red+Green+Blue) = 154+26+4=184 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.70% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1A04 is #65E5FB. Grayscale: #3D3D3D. Windows color (decimal): -6678012 or 268954. OLE color: 268954.
HSL color Cylindrical-coordinate representation of color #9A1A04: hue angle of 8.8º degrees, saturation: 0.95, 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 #9A1A04 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 26 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.40 |
| HSL | 8.8º | 0.95% | 0.31% | - |
| HSV(B) | 8.8º | 0.97% | 0.6% | - |
| XYZ | 13.72 | 7.62 | 0.86 | - |
| YUV | 61.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 4 | 0 | 0.83 | 0.97 | 0.40 | 8.8 | 0.95 | 0.31 |
| Hex | 9A | 1A | 4 | 0 | 53 | 61 | 28 | 9 | 5F | 1F |
| Octal | 232 | 32 | 4 | 0 | 123 | 141 | 50 | 11 | 137 | 37 |
| Binary | 10011010 | 11010 | 100 | 0 | 1010011 | 1100001 | 101000 | 1001 | 1011111 | 11111 |
Color Harmonies of #9A1A04
Complementary color
Monochromatic Colors of #9A1A04
Black with #9A1A04
Text Example
Text Example
White with #9A1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1A04; }
p { color: rgb(154,26,4); }
H1.HeaderClassName
{
color: #9A1A04;
}
.AnyTagClassName
{
color: #9A1A04;
}
</style>
background-color css
<style>
a { background-color: #9A1A04; }
a { background-color: rgb(154,26,4); }
div.DivClassName
{
background-color: #9A1A04;
}
.BgClassName
{
background-color: #9A1A04;
}
</style>
border-color css
<style>
span { border-color: #9A1A04; }
span { border-color: rgb(154,26,4); }
td.TdClassName
{
border-color: #9A1A04;
}
.TagClassName
{
border-color: #9A1A04;
}
</style>