Shades of Dark Red #A51A00
Tints of Dark Red #A51A00
RGB
CMYK
RGB Variations
Color information
#A51A00 (or 0xA51A00) is known color: Dark Red. HEX triplet: A5, 1A and 00. RGB value is (165,26,0). Sum of RGB (Red+Green+Blue) = 165+26+0=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A00 is #5AE5FF. Grayscale: #404040. Windows color (decimal): -5957120 or 6821. OLE color: 6821.
HSL color Cylindrical-coordinate representation of color #A51A00: hue angle of 9.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A51A00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.35 |
| HSL | 9.45º | 1% | 0.32% | - |
| HSV(B) | 9.45º | 1% | 0.65% | - |
| XYZ | 15.89 | 8.74 | 0.85 | - |
| YUV | 64.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 0 | 0 | 0.84 | 1 | 0.35 | 9.45 | 1 | 0.32 |
| Hex | A5 | 1A | 0 | 0 | 54 | 64 | 23 | 9 | 64 | 20 |
| Octal | 245 | 32 | 0 | 0 | 124 | 144 | 43 | 11 | 144 | 40 |
| Binary | 10100101 | 11010 | 0 | 0 | 1010100 | 1100100 | 100011 | 1001 | 1100100 | 100000 |
Color Harmonies of #A51A00
Complementary color
Monochromatic Colors of #A51A00
Black with #A51A00
Text Example
Text Example
White with #A51A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A00; }
p { color: rgb(165,26,0); }
H1.HeaderClassName
{
color: #A51A00;
}
.AnyTagClassName
{
color: #A51A00;
}
</style>
background-color css
<style>
a { background-color: #A51A00; }
a { background-color: rgb(165,26,0); }
div.DivClassName
{
background-color: #A51A00;
}
.BgClassName
{
background-color: #A51A00;
}
</style>
border-color css
<style>
span { border-color: #A51A00; }
span { border-color: rgb(165,26,0); }
td.TdClassName
{
border-color: #A51A00;
}
.TagClassName
{
border-color: #A51A00;
}
</style>