Shades of Dark Red #A10D03
Tints of Dark Red #A10D03
RGB
CMYK
RGB Variations
Color information
#A10D03 (or 0xA10D03) is known color: Dark Red. HEX triplet: A1, 0D and 03. RGB value is (161,13,3). Sum of RGB (Red+Green+Blue) = 161+13+3=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10D03 is #5EF2FC. Grayscale: #383838. Windows color (decimal): -6222589 or 200097. OLE color: 200097.
HSL color Cylindrical-coordinate representation of color #A10D03: hue angle of 3.8º degrees, saturation: 0.96, 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 #A10D03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 13 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.37 |
| HSL | 3.8º | 0.96% | 0.32% | - |
| HSV(B) | 3.8º | 0.98% | 0.63% | - |
| XYZ | 14.86 | 7.87 | 0.82 | - |
| YUV | 56.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 3 | 0 | 0.92 | 0.98 | 0.37 | 3.8 | 0.96 | 0.32 |
| Hex | A1 | D | 3 | 0 | 5C | 62 | 25 | 4 | 60 | 20 |
| Octal | 241 | 15 | 3 | 0 | 134 | 142 | 45 | 4 | 140 | 40 |
| Binary | 10100001 | 1101 | 11 | 0 | 1011100 | 1100010 | 100101 | 100 | 1100000 | 100000 |
Color Harmonies of #A10D03
Complementary color
Monochromatic Colors of #A10D03
Black with #A10D03
Text Example
Text Example
White with #A10D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10D03; }
p { color: rgb(161,13,3); }
H1.HeaderClassName
{
color: #A10D03;
}
.AnyTagClassName
{
color: #A10D03;
}
</style>
background-color css
<style>
a { background-color: #A10D03; }
a { background-color: rgb(161,13,3); }
div.DivClassName
{
background-color: #A10D03;
}
.BgClassName
{
background-color: #A10D03;
}
</style>
border-color css
<style>
span { border-color: #A10D03; }
span { border-color: rgb(161,13,3); }
td.TdClassName
{
border-color: #A10D03;
}
.TagClassName
{
border-color: #A10D03;
}
</style>