Shades of Dark Red #A10F03
Tints of Dark Red #A10F03
RGB
CMYK
RGB Variations
Color information
#A10F03 (or 0xA10F03) is known color: Dark Red. HEX triplet: A1, 0F and 03. RGB value is (161,15,3). Sum of RGB (Red+Green+Blue) = 161+15+3=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F03 is #5EF0FC. Grayscale: #393939. Windows color (decimal): -6222077 or 200609. OLE color: 200609.
HSL color Cylindrical-coordinate representation of color #A10F03: hue angle of 4.56º 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 #A10F03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.37 |
| HSL | 4.56º | 0.96% | 0.32% | - |
| HSV(B) | 4.56º | 0.98% | 0.63% | - |
| XYZ | 14.89 | 7.93 | 0.83 | - |
| YUV | 57.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 3 | 0 | 0.91 | 0.98 | 0.37 | 4.56 | 0.96 | 0.32 |
| Hex | A1 | F | 3 | 0 | 5B | 62 | 25 | 5 | 60 | 20 |
| Octal | 241 | 17 | 3 | 0 | 133 | 142 | 45 | 5 | 140 | 40 |
| Binary | 10100001 | 1111 | 11 | 0 | 1011011 | 1100010 | 100101 | 101 | 1100000 | 100000 |
Color Harmonies of #A10F03
Complementary color
Monochromatic Colors of #A10F03
Black with #A10F03
Text Example
Text Example
White with #A10F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F03; }
p { color: rgb(161,15,3); }
H1.HeaderClassName
{
color: #A10F03;
}
.AnyTagClassName
{
color: #A10F03;
}
</style>
background-color css
<style>
a { background-color: #A10F03; }
a { background-color: rgb(161,15,3); }
div.DivClassName
{
background-color: #A10F03;
}
.BgClassName
{
background-color: #A10F03;
}
</style>
border-color css
<style>
span { border-color: #A10F03; }
span { border-color: rgb(161,15,3); }
td.TdClassName
{
border-color: #A10F03;
}
.TagClassName
{
border-color: #A10F03;
}
</style>