Shades of Dark Red #A50604
Tints of Dark Red #A50604
RGB
CMYK
RGB Variations
Color information
#A50604 (or 0xA50604) is known color: Dark Red. HEX triplet: A5, 06 and 04. RGB value is (165,6,4). Sum of RGB (Red+Green+Blue) = 165+6+4=175 (23% of max value = 765). Red value is 165 (64.84% from 255 or 94.29% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 165 - color contains mainly: red. Hex color #A50604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50604 is #5AF9FB. Grayscale: #353535. Windows color (decimal): -5962236 or 263845. OLE color: 263845.
HSL color Cylindrical-coordinate representation of color #A50604: hue angle of 0.75º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50604 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 6 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.35 |
| HSL | 0.75º | 0.95% | 0.33% | - |
| HSV(B) | 0.75º | 0.98% | 0.65% | - |
| XYZ | 15.6 | 8.14 | 0.86 | - |
| YUV | 53.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 4 | 0 | 0.96 | 0.98 | 0.35 | 0.75 | 0.95 | 0.33 |
| Hex | A5 | 6 | 4 | 0 | 60 | 62 | 23 | 1 | 5F | 21 |
| Octal | 245 | 6 | 4 | 0 | 140 | 142 | 43 | 1 | 137 | 41 |
| Binary | 10100101 | 110 | 100 | 0 | 1100000 | 1100010 | 100011 | 1 | 1011111 | 100001 |
Color Harmonies of #A50604
Complementary color
Monochromatic Colors of #A50604
Black with #A50604
Text Example
Text Example
White with #A50604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50604; }
p { color: rgb(165,6,4); }
H1.HeaderClassName
{
color: #A50604;
}
.AnyTagClassName
{
color: #A50604;
}
</style>
background-color css
<style>
a { background-color: #A50604; }
a { background-color: rgb(165,6,4); }
div.DivClassName
{
background-color: #A50604;
}
.BgClassName
{
background-color: #A50604;
}
</style>
border-color css
<style>
span { border-color: #A50604; }
span { border-color: rgb(165,6,4); }
td.TdClassName
{
border-color: #A50604;
}
.TagClassName
{
border-color: #A50604;
}
</style>