Shades of Dark Red #A51400
Tints of Dark Red #A51400
RGB
CMYK
RGB Variations
Color information
#A51400 (or 0xA51400) is known color: Dark Red. HEX triplet: A5, 14 and 00. RGB value is (165,20,0). Sum of RGB (Red+Green+Blue) = 165+20+0=185 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.19% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 165 - color contains mainly: red. Hex color #A51400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51400 is #5AEBFF. Grayscale: #3D3D3D. Windows color (decimal): -5958656 or 5285. OLE color: 5285.
HSL color Cylindrical-coordinate representation of color #A51400: hue angle of 7.27º 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 #A51400 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.35 |
| HSL | 7.27º | 1% | 0.32% | - |
| HSV(B) | 7.27º | 1% | 0.65% | - |
| XYZ | 15.77 | 8.5 | 0.81 | - |
| YUV | 61.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 0 | 0 | 0.88 | 1 | 0.35 | 7.27 | 1 | 0.32 |
| Hex | A5 | 14 | 0 | 0 | 58 | 64 | 23 | 7 | 64 | 20 |
| Octal | 245 | 24 | 0 | 0 | 130 | 144 | 43 | 7 | 144 | 40 |
| Binary | 10100101 | 10100 | 0 | 0 | 1011000 | 1100100 | 100011 | 111 | 1100100 | 100000 |
Color Harmonies of #A51400
Complementary color
Monochromatic Colors of #A51400
Black with #A51400
Text Example
Text Example
White with #A51400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51400; }
p { color: rgb(165,20,0); }
H1.HeaderClassName
{
color: #A51400;
}
.AnyTagClassName
{
color: #A51400;
}
</style>
background-color css
<style>
a { background-color: #A51400; }
a { background-color: rgb(165,20,0); }
div.DivClassName
{
background-color: #A51400;
}
.BgClassName
{
background-color: #A51400;
}
</style>
border-color css
<style>
span { border-color: #A51400; }
span { border-color: rgb(165,20,0); }
td.TdClassName
{
border-color: #A51400;
}
.TagClassName
{
border-color: #A51400;
}
</style>