Shades of Dark Red #A51009
Tints of Dark Red #A51009
RGB
CMYK
RGB Variations
Color information
#A51009 (or 0xA51009) is known color: Dark Red. HEX triplet: A5, 10 and 09. RGB value is (165,16,9). Sum of RGB (Red+Green+Blue) = 165+16+9=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A51009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51009 is #5AEFF6. Grayscale: #3B3B3B. Windows color (decimal): -5959671 or 594085. OLE color: 594085.
HSL color Cylindrical-coordinate representation of color #A51009: hue angle of 2.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A51009 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 16 | 9 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.35 |
| HSL | 2.69º | 0.9% | 0.34% | - |
| HSV(B) | 2.69º | 0.95% | 0.65% | - |
| XYZ | 15.75 | 8.39 | 1.05 | - |
| YUV | 59.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 9 | 0 | 0.90 | 0.95 | 0.35 | 2.69 | 0.9 | 0.34 |
| Hex | A5 | 10 | 9 | 0 | 5A | 5F | 23 | 3 | 5A | 22 |
| Octal | 245 | 20 | 11 | 0 | 132 | 137 | 43 | 3 | 132 | 42 |
| Binary | 10100101 | 10000 | 1001 | 0 | 1011010 | 1011111 | 100011 | 11 | 1011010 | 100010 |
Color Harmonies of #A51009
Complementary color
Monochromatic Colors of #A51009
Black with #A51009
Text Example
Text Example
White with #A51009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51009; }
p { color: rgb(165,16,9); }
H1.HeaderClassName
{
color: #A51009;
}
.AnyTagClassName
{
color: #A51009;
}
</style>
background-color css
<style>
a { background-color: #A51009; }
a { background-color: rgb(165,16,9); }
div.DivClassName
{
background-color: #A51009;
}
.BgClassName
{
background-color: #A51009;
}
</style>
border-color css
<style>
span { border-color: #A51009; }
span { border-color: rgb(165,16,9); }
td.TdClassName
{
border-color: #A51009;
}
.TagClassName
{
border-color: #A51009;
}
</style>