Shades of Dark Red #A50101
Tints of Dark Red #A50101
RGB
CMYK
RGB Variations
Color information
#A50101 (or 0xA50101) is known color: Dark Red. HEX triplet: A5, 01 and 01. RGB value is (165,1,1). Sum of RGB (Red+Green+Blue) = 165+1+1=167 (22% of max value = 765). Red value is 165 (64.84% from 255 or 98.80% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 165 - color contains mainly: red. Hex color #A50101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50101 is #5AFEFE. Grayscale: #323232. Windows color (decimal): -5963519 or 65957. OLE color: 65957.
HSL color Cylindrical-coordinate representation of color #A50101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.35 |
| HSL | 0º | 0.99% | 0.33% | - |
| HSV(B) | 0º | 0.99% | 0.65% | - |
| XYZ | 15.53 | 8.02 | 0.76 | - |
| YUV | 50.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 1 | 0 | 0.99 | 0.99 | 0.35 | 0 | 0.99 | 0.33 |
| Hex | A5 | 1 | 1 | 0 | 63 | 63 | 23 | 0 | 63 | 21 |
| Octal | 245 | 1 | 1 | 0 | 143 | 143 | 43 | 0 | 143 | 41 |
| Binary | 10100101 | 1 | 1 | 0 | 1100011 | 1100011 | 100011 | 0 | 1100011 | 100001 |
Color Harmonies of #A50101
Complementary color
Monochromatic Colors of #A50101
Black with #A50101
Text Example
Text Example
White with #A50101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50101; }
p { color: rgb(165,1,1); }
H1.HeaderClassName
{
color: #A50101;
}
.AnyTagClassName
{
color: #A50101;
}
</style>
background-color css
<style>
a { background-color: #A50101; }
a { background-color: rgb(165,1,1); }
div.DivClassName
{
background-color: #A50101;
}
.BgClassName
{
background-color: #A50101;
}
</style>
border-color css
<style>
span { border-color: #A50101; }
span { border-color: rgb(165,1,1); }
td.TdClassName
{
border-color: #A50101;
}
.TagClassName
{
border-color: #A50101;
}
</style>