Shades of Dark Red #A30E04
Tints of Dark Red #A30E04
RGB
CMYK
RGB Variations
Color information
#A30E04 (or 0xA30E04) is known color: Dark Red. HEX triplet: A3, 0E and 04. RGB value is (163,14,4). Sum of RGB (Red+Green+Blue) = 163+14+4=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E04 is #5CF1FB. Grayscale: #393939. Windows color (decimal): -6091260 or 265891. OLE color: 265891.
HSL color Cylindrical-coordinate representation of color #A30E04: hue angle of 3.77º 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 #A30E04 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.36 |
| HSL | 3.77º | 0.95% | 0.33% | - |
| HSV(B) | 3.77º | 0.98% | 0.64% | - |
| XYZ | 15.28 | 8.11 | 0.87 | - |
| YUV | 57.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 4 | 0 | 0.91 | 0.98 | 0.36 | 3.77 | 0.95 | 0.33 |
| Hex | A3 | E | 4 | 0 | 5B | 62 | 24 | 4 | 5F | 21 |
| Octal | 243 | 16 | 4 | 0 | 133 | 142 | 44 | 4 | 137 | 41 |
| Binary | 10100011 | 1110 | 100 | 0 | 1011011 | 1100010 | 100100 | 100 | 1011111 | 100001 |
Color Harmonies of #A30E04
Complementary color
Monochromatic Colors of #A30E04
Black with #A30E04
Text Example
Text Example
White with #A30E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E04; }
p { color: rgb(163,14,4); }
H1.HeaderClassName
{
color: #A30E04;
}
.AnyTagClassName
{
color: #A30E04;
}
</style>
background-color css
<style>
a { background-color: #A30E04; }
a { background-color: rgb(163,14,4); }
div.DivClassName
{
background-color: #A30E04;
}
.BgClassName
{
background-color: #A30E04;
}
</style>
border-color css
<style>
span { border-color: #A30E04; }
span { border-color: rgb(163,14,4); }
td.TdClassName
{
border-color: #A30E04;
}
.TagClassName
{
border-color: #A30E04;
}
</style>