Shades of Dark Red #A30A04
Tints of Dark Red #A30A04
RGB
CMYK
RGB Variations
Color information
#A30A04 (or 0xA30A04) is known color: Dark Red. HEX triplet: A3, 0A and 04. RGB value is (163,10,4). Sum of RGB (Red+Green+Blue) = 163+10+4=177 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.09% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30A04 is #5CF5FB. Grayscale: #373737. Windows color (decimal): -6092284 or 264867. OLE color: 264867.
HSL color Cylindrical-coordinate representation of color #A30A04: hue angle of 2.26º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30A04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 10 | 4 | - |
CMYK | 0 | 0.94 | 0.98 | 0.36 |
HSL | 2.26º | 0.95% | 0.33% | - |
HSV(B) | 2.26º | 0.98% | 0.64% | - |
XYZ | 15.23 | 8.01 | 0.86 | - |
YUV | 55.06 | 99.19 | 204.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 10 | 4 | 0 | 0.94 | 0.98 | 0.36 | 2.26 | 0.95 | 0.33 |
Hex | A3 | A | 4 | 0 | 5E | 62 | 24 | 2 | 5F | 21 |
Octal | 243 | 12 | 4 | 0 | 136 | 142 | 44 | 2 | 137 | 41 |
Binary | 10100011 | 1010 | 100 | 0 | 1011110 | 1100010 | 100100 | 10 | 1011111 | 100001 |
Color Harmonies of #A30A04
Complementary color
Monochromatic Colors of #A30A04
Black with #A30A04
Text Example
Text Example
White with #A30A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30A04; }
p { color: rgb(163,10,4); }
H1.HeaderClassName
{
color: #A30A04;
}
.AnyTagClassName
{
color: #A30A04;
}
</style>
background-color css
<style>
a { background-color: #A30A04; }
a { background-color: rgb(163,10,4); }
div.DivClassName
{
background-color: #A30A04;
}
.BgClassName
{
background-color: #A30A04;
}
</style>
border-color css
<style>
span { border-color: #A30A04; }
span { border-color: rgb(163,10,4); }
td.TdClassName
{
border-color: #A30A04;
}
.TagClassName
{
border-color: #A30A04;
}
</style>