Shades of Dark Red #A50F04
Tints of Dark Red #A50F04
RGB
CMYK
RGB Variations
Color information
#A50F04 (or 0xA50F04) is known color: Dark Red. HEX triplet: A5, 0F and 04. RGB value is (165,15,4). Sum of RGB (Red+Green+Blue) = 165+15+4=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50F04 is #5AF0FB. Grayscale: #3A3A3A. Windows color (decimal): -5959932 or 266149. OLE color: 266149.
HSL color Cylindrical-coordinate representation of color #A50F04: hue angle of 4.1º 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 #A50F04 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 15 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.35 |
| HSL | 4.1º | 0.95% | 0.33% | - |
| HSV(B) | 4.1º | 0.98% | 0.65% | - |
| XYZ | 15.71 | 8.35 | 0.9 | - |
| YUV | 58.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 4 | 0 | 0.91 | 0.98 | 0.35 | 4.1 | 0.95 | 0.33 |
| Hex | A5 | F | 4 | 0 | 5B | 62 | 23 | 4 | 5F | 21 |
| Octal | 245 | 17 | 4 | 0 | 133 | 142 | 43 | 4 | 137 | 41 |
| Binary | 10100101 | 1111 | 100 | 0 | 1011011 | 1100010 | 100011 | 100 | 1011111 | 100001 |
Color Harmonies of #A50F04
Complementary color
Monochromatic Colors of #A50F04
Black with #A50F04
Text Example
Text Example
White with #A50F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50F04; }
p { color: rgb(165,15,4); }
H1.HeaderClassName
{
color: #A50F04;
}
.AnyTagClassName
{
color: #A50F04;
}
</style>
background-color css
<style>
a { background-color: #A50F04; }
a { background-color: rgb(165,15,4); }
div.DivClassName
{
background-color: #A50F04;
}
.BgClassName
{
background-color: #A50F04;
}
</style>
border-color css
<style>
span { border-color: #A50F04; }
span { border-color: rgb(165,15,4); }
td.TdClassName
{
border-color: #A50F04;
}
.TagClassName
{
border-color: #A50F04;
}
</style>