Shades of Dark Red #A31408
Tints of Dark Red #A31408
RGB
CMYK
RGB Variations
Color information
#A31408 (or 0xA31408) is known color: Dark Red. HEX triplet: A3, 14 and 08. RGB value is (163,20,8). Sum of RGB (Red+Green+Blue) = 163+20+8=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A31408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31408 is #5CEBF7. Grayscale: #3D3D3D. Windows color (decimal): -6089720 or 529571. OLE color: 529571.
HSL color Cylindrical-coordinate representation of color #A31408: hue angle of 4.65º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A31408 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 8 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.36 |
| HSL | 4.65º | 0.91% | 0.34% | - |
| HSV(B) | 4.65º | 0.95% | 0.64% | - |
| XYZ | 15.4 | 8.3 | 1.02 | - |
| YUV | 61.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 8 | 0 | 0.88 | 0.95 | 0.36 | 4.65 | 0.91 | 0.34 |
| Hex | A3 | 14 | 8 | 0 | 58 | 5F | 24 | 5 | 5B | 22 |
| Octal | 243 | 24 | 10 | 0 | 130 | 137 | 44 | 5 | 133 | 42 |
| Binary | 10100011 | 10100 | 1000 | 0 | 1011000 | 1011111 | 100100 | 101 | 1011011 | 100010 |
Color Harmonies of #A31408
Complementary color
Monochromatic Colors of #A31408
Black with #A31408
Text Example
Text Example
White with #A31408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31408; }
p { color: rgb(163,20,8); }
H1.HeaderClassName
{
color: #A31408;
}
.AnyTagClassName
{
color: #A31408;
}
</style>
background-color css
<style>
a { background-color: #A31408; }
a { background-color: rgb(163,20,8); }
div.DivClassName
{
background-color: #A31408;
}
.BgClassName
{
background-color: #A31408;
}
</style>
border-color css
<style>
span { border-color: #A31408; }
span { border-color: rgb(163,20,8); }
td.TdClassName
{
border-color: #A31408;
}
.TagClassName
{
border-color: #A31408;
}
</style>