Shades of Dark Red #A00101
Tints of Dark Red #A00101
RGB
CMYK
RGB Variations
Color information
#A00101 (or 0xA00101) is known color: Dark Red. HEX triplet: A0, 01 and 01. RGB value is (160,1,1). Sum of RGB (Red+Green+Blue) = 160+1+1=162 (21% of max value = 765). Red value is 160 (62.89% from 255 or 98.77% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 160 - color contains mainly: red. Hex color #A00101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00101 is #5FFEFE. Grayscale: #303030. Windows color (decimal): -6291199 or 65952. OLE color: 65952.
HSL color Cylindrical-coordinate representation of color #A00101: 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 #A00101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 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.51 | 7.5 | 0.71 | - |
| YUV | 48.54 | 101.18 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 1 | 0 | 0.99 | 0.99 | 0.37 | 0 | 0.99 | 0.32 |
| Hex | A0 | 1 | 1 | 0 | 63 | 63 | 25 | 0 | 63 | 20 |
| Octal | 240 | 1 | 1 | 0 | 143 | 143 | 45 | 0 | 143 | 40 |
| Binary | 10100000 | 1 | 1 | 0 | 1100011 | 1100011 | 100101 | 0 | 1100011 | 100000 |
Color Harmonies of #A00101
Complementary color
Monochromatic Colors of #A00101
Black with #A00101
Text Example
Text Example
White with #A00101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00101; }
p { color: rgb(160,1,1); }
H1.HeaderClassName
{
color: #A00101;
}
.AnyTagClassName
{
color: #A00101;
}
</style>
background-color css
<style>
a { background-color: #A00101; }
a { background-color: rgb(160,1,1); }
div.DivClassName
{
background-color: #A00101;
}
.BgClassName
{
background-color: #A00101;
}
</style>
border-color css
<style>
span { border-color: #A00101; }
span { border-color: rgb(160,1,1); }
td.TdClassName
{
border-color: #A00101;
}
.TagClassName
{
border-color: #A00101;
}
</style>