Shades of Dark Red #A50403
Tints of Dark Red #A50403
RGB
CMYK
RGB Variations
Color information
#A50403 (or 0xA50403) is known color: Dark Red. HEX triplet: A5, 04 and 03. RGB value is (165,4,3). Sum of RGB (Red+Green+Blue) = 165+4+3=172 (22% of max value = 765). Red value is 165 (64.84% from 255 or 95.93% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 165 - color contains mainly: red. Hex color #A50403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50403 is #5AFBFC. Grayscale: #343434. Windows color (decimal): -5962749 or 197797. OLE color: 197797.
HSL color Cylindrical-coordinate representation of color #A50403: hue angle of 0.37º degrees, saturation: 0.96, 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 #A50403 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.35 |
| HSL | 0.37º | 0.96% | 0.33% | - |
| HSV(B) | 0.37º | 0.98% | 0.65% | - |
| XYZ | 15.58 | 8.09 | 0.83 | - |
| YUV | 52.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 3 | 0 | 0.98 | 0.98 | 0.35 | 0.37 | 0.96 | 0.33 |
| Hex | A5 | 4 | 3 | 0 | 62 | 62 | 23 | 0 | 60 | 21 |
| Octal | 245 | 4 | 3 | 0 | 142 | 142 | 43 | 0 | 140 | 41 |
| Binary | 10100101 | 100 | 11 | 0 | 1100010 | 1100010 | 100011 | 0 | 1100000 | 100001 |
Color Harmonies of #A50403
Complementary color
Monochromatic Colors of #A50403
Black with #A50403
Text Example
Text Example
White with #A50403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50403; }
p { color: rgb(165,4,3); }
H1.HeaderClassName
{
color: #A50403;
}
.AnyTagClassName
{
color: #A50403;
}
</style>
background-color css
<style>
a { background-color: #A50403; }
a { background-color: rgb(165,4,3); }
div.DivClassName
{
background-color: #A50403;
}
.BgClassName
{
background-color: #A50403;
}
</style>
border-color css
<style>
span { border-color: #A50403; }
span { border-color: rgb(165,4,3); }
td.TdClassName
{
border-color: #A50403;
}
.TagClassName
{
border-color: #A50403;
}
</style>