Shades of Dark Red #A30201
Tints of Dark Red #A30201
RGB
CMYK
RGB Variations
Color information
#A30201 (or 0xA30201) is known color: Dark Red. HEX triplet: A3, 02 and 01. RGB value is (163,2,1). Sum of RGB (Red+Green+Blue) = 163+2+1=166 (21% of max value = 765). Red value is 163 (64.06% from 255 or 98.19% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 163 - color contains mainly: red. Hex color #A30201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30201 is #5CFDFE. Grayscale: #323232. Windows color (decimal): -6094335 or 66211. OLE color: 66211.
HSL color Cylindrical-coordinate representation of color #A30201: hue angle of 0.37º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.36 |
| HSL | 0.37º | 0.99% | 0.32% | - |
| HSV(B) | 0.37º | 0.99% | 0.64% | - |
| XYZ | 15.13 | 7.83 | 0.74 | - |
| YUV | 50.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 1 | 0 | 0.99 | 0.99 | 0.36 | 0.37 | 0.99 | 0.32 |
| Hex | A3 | 2 | 1 | 0 | 63 | 63 | 24 | 0 | 63 | 20 |
| Octal | 243 | 2 | 1 | 0 | 143 | 143 | 44 | 0 | 143 | 40 |
| Binary | 10100011 | 10 | 1 | 0 | 1100011 | 1100011 | 100100 | 0 | 1100011 | 100000 |
Color Harmonies of #A30201
Complementary color
Monochromatic Colors of #A30201
Black with #A30201
Text Example
Text Example
White with #A30201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30201; }
p { color: rgb(163,2,1); }
H1.HeaderClassName
{
color: #A30201;
}
.AnyTagClassName
{
color: #A30201;
}
</style>
background-color css
<style>
a { background-color: #A30201; }
a { background-color: rgb(163,2,1); }
div.DivClassName
{
background-color: #A30201;
}
.BgClassName
{
background-color: #A30201;
}
</style>
border-color css
<style>
span { border-color: #A30201; }
span { border-color: rgb(163,2,1); }
td.TdClassName
{
border-color: #A30201;
}
.TagClassName
{
border-color: #A30201;
}
</style>