Shades of Dark Red #A30F0D
Tints of Dark Red #A30F0D
RGB
CMYK
RGB Variations
Color information
#A30F0D (or 0xA30F0D) is known color: Dark Red. HEX triplet: A3, 0F and 0D. RGB value is (163,15,13). Sum of RGB (Red+Green+Blue) = 163+15+13=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F0D is #5CF0F2. Grayscale: #3B3B3B. Windows color (decimal): -6090995 or 855971. OLE color: 855971.
HSL color Cylindrical-coordinate representation of color #A30F0D: hue angle of 0.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30F0D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 13 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.36 |
| HSL | 0.8º | 0.85% | 0.35% | - |
| HSV(B) | 0.8º | 0.92% | 0.64% | - |
| XYZ | 15.35 | 8.16 | 1.15 | - |
| YUV | 59.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 13 | 0 | 0.91 | 0.92 | 0.36 | 0.8 | 0.85 | 0.35 |
| Hex | A3 | F | D | 0 | 5B | 5C | 24 | 1 | 55 | 23 |
| Octal | 243 | 17 | 15 | 0 | 133 | 134 | 44 | 1 | 125 | 43 |
| Binary | 10100011 | 1111 | 1101 | 0 | 1011011 | 1011100 | 100100 | 1 | 1010101 | 100011 |
Color Harmonies of #A30F0D
Complementary color
Monochromatic Colors of #A30F0D
Black with #A30F0D
Text Example
Text Example
White with #A30F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F0D; }
p { color: rgb(163,15,13); }
H1.HeaderClassName
{
color: #A30F0D;
}
.AnyTagClassName
{
color: #A30F0D;
}
</style>
background-color css
<style>
a { background-color: #A30F0D; }
a { background-color: rgb(163,15,13); }
div.DivClassName
{
background-color: #A30F0D;
}
.BgClassName
{
background-color: #A30F0D;
}
</style>
border-color css
<style>
span { border-color: #A30F0D; }
span { border-color: rgb(163,15,13); }
td.TdClassName
{
border-color: #A30F0D;
}
.TagClassName
{
border-color: #A30F0D;
}
</style>