Shades of Dark Red #A10D04
Tints of Dark Red #A10D04
RGB
CMYK
RGB Variations
Color information
#A10D04 (or 0xA10D04) is known color: Dark Red. HEX triplet: A1, 0D and 04. RGB value is (161,13,4). Sum of RGB (Red+Green+Blue) = 161+13+4=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10D04 is #5EF2FB. Grayscale: #383838. Windows color (decimal): -6222588 or 265633. OLE color: 265633.
HSL color Cylindrical-coordinate representation of color #A10D04: hue angle of 3.44º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10D04 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 13 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.37 |
| HSL | 3.44º | 0.95% | 0.32% | - |
| HSV(B) | 3.44º | 0.98% | 0.63% | - |
| XYZ | 14.86 | 7.87 | 0.85 | - |
| YUV | 56.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 4 | 0 | 0.92 | 0.98 | 0.37 | 3.44 | 0.95 | 0.32 |
| Hex | A1 | D | 4 | 0 | 5C | 62 | 25 | 3 | 5F | 20 |
| Octal | 241 | 15 | 4 | 0 | 134 | 142 | 45 | 3 | 137 | 40 |
| Binary | 10100001 | 1101 | 100 | 0 | 1011100 | 1100010 | 100101 | 11 | 1011111 | 100000 |
Color Harmonies of #A10D04
Complementary color
Monochromatic Colors of #A10D04
Black with #A10D04
Text Example
Text Example
White with #A10D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10D04; }
p { color: rgb(161,13,4); }
H1.HeaderClassName
{
color: #A10D04;
}
.AnyTagClassName
{
color: #A10D04;
}
</style>
background-color css
<style>
a { background-color: #A10D04; }
a { background-color: rgb(161,13,4); }
div.DivClassName
{
background-color: #A10D04;
}
.BgClassName
{
background-color: #A10D04;
}
</style>
border-color css
<style>
span { border-color: #A10D04; }
span { border-color: rgb(161,13,4); }
td.TdClassName
{
border-color: #A10D04;
}
.TagClassName
{
border-color: #A10D04;
}
</style>