Shades of Dark Red #A01C03
Tints of Dark Red #A01C03
RGB
CMYK
RGB Variations
Color information
#A01C03 (or 0xA01C03) is known color: Dark Red. HEX triplet: A0, 1C and 03. RGB value is (160,28,3). Sum of RGB (Red+Green+Blue) = 160+28+3=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01C03 is #5FE3FC. Grayscale: #404040. Windows color (decimal): -6284285 or 203936. OLE color: 203936.
HSL color Cylindrical-coordinate representation of color #A01C03: hue angle of 9.55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A01C03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.37 |
| HSL | 9.55º | 0.96% | 0.32% | - |
| HSV(B) | 9.55º | 0.98% | 0.63% | - |
| XYZ | 14.93 | 8.31 | 0.9 | - |
| YUV | 64.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 3 | 0 | 0.82 | 0.98 | 0.37 | 9.55 | 0.96 | 0.32 |
| Hex | A0 | 1C | 3 | 0 | 52 | 62 | 25 | A | 60 | 20 |
| Octal | 240 | 34 | 3 | 0 | 122 | 142 | 45 | 12 | 140 | 40 |
| Binary | 10100000 | 11100 | 11 | 0 | 1010010 | 1100010 | 100101 | 1010 | 1100000 | 100000 |
Color Harmonies of #A01C03
Complementary color
Monochromatic Colors of #A01C03
Black with #A01C03
Text Example
Text Example
White with #A01C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C03; }
p { color: rgb(160,28,3); }
H1.HeaderClassName
{
color: #A01C03;
}
.AnyTagClassName
{
color: #A01C03;
}
</style>
background-color css
<style>
a { background-color: #A01C03; }
a { background-color: rgb(160,28,3); }
div.DivClassName
{
background-color: #A01C03;
}
.BgClassName
{
background-color: #A01C03;
}
</style>
border-color css
<style>
span { border-color: #A01C03; }
span { border-color: rgb(160,28,3); }
td.TdClassName
{
border-color: #A01C03;
}
.TagClassName
{
border-color: #A01C03;
}
</style>