Shades of Dark Red #A41203
Tints of Dark Red #A41203
RGB
CMYK
RGB Variations
Color information
#A41203 (or 0xA41203) is known color: Dark Red. HEX triplet: A4, 12 and 03. RGB value is (164,18,3). Sum of RGB (Red+Green+Blue) = 164+18+3=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A41203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41203 is #5BEDFC. Grayscale: #3C3C3C. Windows color (decimal): -6024701 or 201380. OLE color: 201380.
HSL color Cylindrical-coordinate representation of color #A41203: hue angle of 5.59º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A41203 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.36 |
| HSL | 5.59º | 0.96% | 0.33% | - |
| HSV(B) | 5.59º | 0.98% | 0.64% | - |
| XYZ | 15.54 | 8.33 | 0.88 | - |
| YUV | 59.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 3 | 0 | 0.89 | 0.98 | 0.36 | 5.59 | 0.96 | 0.33 |
| Hex | A4 | 12 | 3 | 0 | 59 | 62 | 24 | 6 | 60 | 21 |
| Octal | 244 | 22 | 3 | 0 | 131 | 142 | 44 | 6 | 140 | 41 |
| Binary | 10100100 | 10010 | 11 | 0 | 1011001 | 1100010 | 100100 | 110 | 1100000 | 100001 |
Color Harmonies of #A41203
Complementary color
Monochromatic Colors of #A41203
Black with #A41203
Text Example
Text Example
White with #A41203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41203; }
p { color: rgb(164,18,3); }
H1.HeaderClassName
{
color: #A41203;
}
.AnyTagClassName
{
color: #A41203;
}
</style>
background-color css
<style>
a { background-color: #A41203; }
a { background-color: rgb(164,18,3); }
div.DivClassName
{
background-color: #A41203;
}
.BgClassName
{
background-color: #A41203;
}
</style>
border-color css
<style>
span { border-color: #A41203; }
span { border-color: rgb(164,18,3); }
td.TdClassName
{
border-color: #A41203;
}
.TagClassName
{
border-color: #A41203;
}
</style>