Shades of Dark Red #A00302
Tints of Dark Red #A00302
RGB
CMYK
RGB Variations
Color information
#A00302 (or 0xA00302) is known color: Dark Red. HEX triplet: A0, 03 and 02. RGB value is (160,3,2). Sum of RGB (Red+Green+Blue) = 160+3+2=165 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.97% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 160 - color contains mainly: red. Hex color #A00302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00302 is #5FFCFD. Grayscale: #313131. Windows color (decimal): -6290686 or 132000. OLE color: 132000.
HSL color Cylindrical-coordinate representation of color #A00302: hue angle of 0.38º degrees, saturation: 0.98, 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 #A00302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.37 |
| HSL | 0.38º | 0.98% | 0.32% | - |
| HSV(B) | 0.38º | 0.99% | 0.63% | - |
| XYZ | 14.54 | 7.54 | 0.75 | - |
| YUV | 49.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 2 | 0 | 0.98 | 0.99 | 0.37 | 0.38 | 0.98 | 0.32 |
| Hex | A0 | 3 | 2 | 0 | 62 | 63 | 25 | 0 | 62 | 20 |
| Octal | 240 | 3 | 2 | 0 | 142 | 143 | 45 | 0 | 142 | 40 |
| Binary | 10100000 | 11 | 10 | 0 | 1100010 | 1100011 | 100101 | 0 | 1100010 | 100000 |
Color Harmonies of #A00302
Complementary color
Monochromatic Colors of #A00302
Black with #A00302
Text Example
Text Example
White with #A00302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00302; }
p { color: rgb(160,3,2); }
H1.HeaderClassName
{
color: #A00302;
}
.AnyTagClassName
{
color: #A00302;
}
</style>
background-color css
<style>
a { background-color: #A00302; }
a { background-color: rgb(160,3,2); }
div.DivClassName
{
background-color: #A00302;
}
.BgClassName
{
background-color: #A00302;
}
</style>
border-color css
<style>
span { border-color: #A00302; }
span { border-color: rgb(160,3,2); }
td.TdClassName
{
border-color: #A00302;
}
.TagClassName
{
border-color: #A00302;
}
</style>