Shades of Dark Red #A10505
Tints of Dark Red #A10505
RGB
CMYK
RGB Variations
Color information
#A10505 (or 0xA10505) is known color: Dark Red. HEX triplet: A1, 05 and 05. RGB value is (161,5,5). Sum of RGB (Red+Green+Blue) = 161+5+5=171 (22% of max value = 765). Red value is 161 (63.28% from 255 or 94.15% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 161 - color contains mainly: red. Hex color #A10505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10505 is #5EFAFA. Grayscale: #333333. Windows color (decimal): -6224635 or 329121. OLE color: 329121.
HSL color Cylindrical-coordinate representation of color #A10505: hue angle of 0º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.37 |
| HSL | 0º | 0.94% | 0.33% | - |
| HSV(B) | 0º | 0.97% | 0.63% | - |
| XYZ | 14.78 | 7.7 | 0.85 | - |
| YUV | 51.64 | 101.68 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 5 | 0 | 0.97 | 0.97 | 0.37 | 0 | 0.94 | 0.33 |
| Hex | A1 | 5 | 5 | 0 | 61 | 61 | 25 | 0 | 5E | 21 |
| Octal | 241 | 5 | 5 | 0 | 141 | 141 | 45 | 0 | 136 | 41 |
| Binary | 10100001 | 101 | 101 | 0 | 1100001 | 1100001 | 100101 | 0 | 1011110 | 100001 |
Color Harmonies of #A10505
Complementary color
Monochromatic Colors of #A10505
Black with #A10505
Text Example
Text Example
White with #A10505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10505; }
p { color: rgb(161,5,5); }
H1.HeaderClassName
{
color: #A10505;
}
.AnyTagClassName
{
color: #A10505;
}
</style>
background-color css
<style>
a { background-color: #A10505; }
a { background-color: rgb(161,5,5); }
div.DivClassName
{
background-color: #A10505;
}
.BgClassName
{
background-color: #A10505;
}
</style>
border-color css
<style>
span { border-color: #A10505; }
span { border-color: rgb(161,5,5); }
td.TdClassName
{
border-color: #A10505;
}
.TagClassName
{
border-color: #A10505;
}
</style>