Shades of Dark Red #A30502
Tints of Dark Red #A30502
RGB
CMYK
RGB Variations
Color information
#A30502 (or 0xA30502) is known color: Dark Red. HEX triplet: A3, 05 and 02. RGB value is (163,5,2). Sum of RGB (Red+Green+Blue) = 163+5+2=170 (22% of max value = 765). Red value is 163 (64.06% from 255 or 95.88% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 163 - color contains mainly: red. Hex color #A30502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30502 is #5CFAFD. Grayscale: #343434. Windows color (decimal): -6093566 or 132515. OLE color: 132515.
HSL color Cylindrical-coordinate representation of color #A30502: hue angle of 1.12º degrees, saturation: 0.98, 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 #A30502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.36 |
| HSL | 1.12º | 0.98% | 0.32% | - |
| HSV(B) | 1.12º | 0.99% | 0.64% | - |
| XYZ | 15.17 | 7.9 | 0.78 | - |
| YUV | 51.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 2 | 0 | 0.97 | 0.99 | 0.36 | 1.12 | 0.98 | 0.32 |
| Hex | A3 | 5 | 2 | 0 | 61 | 63 | 24 | 1 | 62 | 20 |
| Octal | 243 | 5 | 2 | 0 | 141 | 143 | 44 | 1 | 142 | 40 |
| Binary | 10100011 | 101 | 10 | 0 | 1100001 | 1100011 | 100100 | 1 | 1100010 | 100000 |
Color Harmonies of #A30502
Complementary color
Monochromatic Colors of #A30502
Black with #A30502
Text Example
Text Example
White with #A30502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30502; }
p { color: rgb(163,5,2); }
H1.HeaderClassName
{
color: #A30502;
}
.AnyTagClassName
{
color: #A30502;
}
</style>
background-color css
<style>
a { background-color: #A30502; }
a { background-color: rgb(163,5,2); }
div.DivClassName
{
background-color: #A30502;
}
.BgClassName
{
background-color: #A30502;
}
</style>
border-color css
<style>
span { border-color: #A30502; }
span { border-color: rgb(163,5,2); }
td.TdClassName
{
border-color: #A30502;
}
.TagClassName
{
border-color: #A30502;
}
</style>