Shades of Dark Red #A50A00
Tints of Dark Red #A50A00
RGB
CMYK
RGB Variations
Color information
#A50A00 (or 0xA50A00) is known color: Dark Red. HEX triplet: A5, 0A and 00. RGB value is (165,10,0). Sum of RGB (Red+Green+Blue) = 165+10+0=175 (23% of max value = 765). Red value is 165 (64.84% from 255 or 94.29% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50A00 is #5AF5FF. Grayscale: #373737. Windows color (decimal): -5961216 or 2725. OLE color: 2725.
HSL color Cylindrical-coordinate representation of color #A50A00: hue angle of 3.64º 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 #A50A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.35 |
| HSL | 3.64º | 1% | 0.32% | - |
| HSV(B) | 3.64º | 1% | 0.65% | - |
| XYZ | 15.63 | 8.22 | 0.76 | - |
| YUV | 55.21 | 96.85 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 0 | 0 | 0.94 | 1 | 0.35 | 3.64 | 1 | 0.32 |
| Hex | A5 | A | 0 | 0 | 5E | 64 | 23 | 4 | 64 | 20 |
| Octal | 245 | 12 | 0 | 0 | 136 | 144 | 43 | 4 | 144 | 40 |
| Binary | 10100101 | 1010 | 0 | 0 | 1011110 | 1100100 | 100011 | 100 | 1100100 | 100000 |
Color Harmonies of #A50A00
Complementary color
Monochromatic Colors of #A50A00
Black with #A50A00
Text Example
Text Example
White with #A50A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A00; }
p { color: rgb(165,10,0); }
H1.HeaderClassName
{
color: #A50A00;
}
.AnyTagClassName
{
color: #A50A00;
}
</style>
background-color css
<style>
a { background-color: #A50A00; }
a { background-color: rgb(165,10,0); }
div.DivClassName
{
background-color: #A50A00;
}
.BgClassName
{
background-color: #A50A00;
}
</style>
border-color css
<style>
span { border-color: #A50A00; }
span { border-color: rgb(165,10,0); }
td.TdClassName
{
border-color: #A50A00;
}
.TagClassName
{
border-color: #A50A00;
}
</style>