Shades of Dark Red #A30A00
Tints of Dark Red #A30A00
RGB
CMYK
RGB Variations
Color information
#A30A00 (or 0xA30A00) is known color: Dark Red. HEX triplet: A3, 0A and 00. RGB value is (163,10,0). Sum of RGB (Red+Green+Blue) = 163+10+0=173 (22% of max value = 765). Red value is 163 (64.06% from 255 or 94.22% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30A00 is #5CF5FF. Grayscale: #363636. Windows color (decimal): -6092288 or 2723. OLE color: 2723.
HSL color Cylindrical-coordinate representation of color #A30A00: hue angle of 3.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.36 |
| HSL | 3.68º | 1% | 0.32% | - |
| HSV(B) | 3.68º | 1% | 0.64% | - |
| XYZ | 15.21 | 8 | 0.74 | - |
| YUV | 54.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 0 | 0 | 0.94 | 1 | 0.36 | 3.68 | 1 | 0.32 |
| Hex | A3 | A | 0 | 0 | 5E | 64 | 24 | 4 | 64 | 20 |
| Octal | 243 | 12 | 0 | 0 | 136 | 144 | 44 | 4 | 144 | 40 |
| Binary | 10100011 | 1010 | 0 | 0 | 1011110 | 1100100 | 100100 | 100 | 1100100 | 100000 |
Color Harmonies of #A30A00
Complementary color
Monochromatic Colors of #A30A00
Black with #A30A00
Text Example
Text Example
White with #A30A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30A00; }
p { color: rgb(163,10,0); }
H1.HeaderClassName
{
color: #A30A00;
}
.AnyTagClassName
{
color: #A30A00;
}
</style>
background-color css
<style>
a { background-color: #A30A00; }
a { background-color: rgb(163,10,0); }
div.DivClassName
{
background-color: #A30A00;
}
.BgClassName
{
background-color: #A30A00;
}
</style>
border-color css
<style>
span { border-color: #A30A00; }
span { border-color: rgb(163,10,0); }
td.TdClassName
{
border-color: #A30A00;
}
.TagClassName
{
border-color: #A30A00;
}
</style>