Shades of Dark Red #A10F05
Tints of Dark Red #A10F05
RGB
CMYK
RGB Variations
Color information
#A10F05 (or 0xA10F05) is known color: Dark Red. HEX triplet: A1, 0F and 05. RGB value is (161,15,5). Sum of RGB (Red+Green+Blue) = 161+15+5=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F05 is #5EF0FA. Grayscale: #393939. Windows color (decimal): -6222075 or 331681. OLE color: 331681.
HSL color Cylindrical-coordinate representation of color #A10F05: hue angle of 3.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10F05 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 5 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.37 |
| HSL | 3.85º | 0.94% | 0.33% | - |
| HSV(B) | 3.85º | 0.97% | 0.63% | - |
| XYZ | 14.9 | 7.93 | 0.89 | - |
| YUV | 57.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 5 | 0 | 0.91 | 0.97 | 0.37 | 3.85 | 0.94 | 0.33 |
| Hex | A1 | F | 5 | 0 | 5B | 61 | 25 | 4 | 5E | 21 |
| Octal | 241 | 17 | 5 | 0 | 133 | 141 | 45 | 4 | 136 | 41 |
| Binary | 10100001 | 1111 | 101 | 0 | 1011011 | 1100001 | 100101 | 100 | 1011110 | 100001 |
Color Harmonies of #A10F05
Complementary color
Monochromatic Colors of #A10F05
Black with #A10F05
Text Example
Text Example
White with #A10F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F05; }
p { color: rgb(161,15,5); }
H1.HeaderClassName
{
color: #A10F05;
}
.AnyTagClassName
{
color: #A10F05;
}
</style>
background-color css
<style>
a { background-color: #A10F05; }
a { background-color: rgb(161,15,5); }
div.DivClassName
{
background-color: #A10F05;
}
.BgClassName
{
background-color: #A10F05;
}
</style>
border-color css
<style>
span { border-color: #A10F05; }
span { border-color: rgb(161,15,5); }
td.TdClassName
{
border-color: #A10F05;
}
.TagClassName
{
border-color: #A10F05;
}
</style>