Shades of Dark Red #A10101
Tints of Dark Red #A10101
RGB
CMYK
RGB Variations
Color information
#A10101 (or 0xA10101) is known color: Dark Red. HEX triplet: A1, 01 and 01. RGB value is (161,1,1). Sum of RGB (Red+Green+Blue) = 161+1+1=163 (21% of max value = 765). Red value is 161 (63.28% from 255 or 98.77% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 161 - color contains mainly: red. Hex color #A10101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10101 is #5EFEFE. Grayscale: #313131. Windows color (decimal): -6225663 or 65953. OLE color: 65953.
HSL color Cylindrical-coordinate representation of color #A10101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.37 |
| HSL | 0º | 0.99% | 0.32% | - |
| HSV(B) | 0º | 0.99% | 0.63% | - |
| XYZ | 14.71 | 7.6 | 0.72 | - |
| YUV | 48.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 1 | 0 | 0.99 | 0.99 | 0.37 | 0 | 0.99 | 0.32 |
| Hex | A1 | 1 | 1 | 0 | 63 | 63 | 25 | 0 | 63 | 20 |
| Octal | 241 | 1 | 1 | 0 | 143 | 143 | 45 | 0 | 143 | 40 |
| Binary | 10100001 | 1 | 1 | 0 | 1100011 | 1100011 | 100101 | 0 | 1100011 | 100000 |
Color Harmonies of #A10101
Complementary color
Monochromatic Colors of #A10101
Black with #A10101
Text Example
Text Example
White with #A10101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10101; }
p { color: rgb(161,1,1); }
H1.HeaderClassName
{
color: #A10101;
}
.AnyTagClassName
{
color: #A10101;
}
</style>
background-color css
<style>
a { background-color: #A10101; }
a { background-color: rgb(161,1,1); }
div.DivClassName
{
background-color: #A10101;
}
.BgClassName
{
background-color: #A10101;
}
</style>
border-color css
<style>
span { border-color: #A10101; }
span { border-color: rgb(161,1,1); }
td.TdClassName
{
border-color: #A10101;
}
.TagClassName
{
border-color: #A10101;
}
</style>