Shades of Dark Red #A40403
Tints of Dark Red #A40403
RGB
CMYK
RGB Variations
Color information
#A40403 (or 0xA40403) is known color: Dark Red. HEX triplet: A4, 04 and 03. RGB value is (164,4,3). Sum of RGB (Red+Green+Blue) = 164+4+3=171 (22% of max value = 765). Red value is 164 (64.45% from 255 or 95.91% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 164 - color contains mainly: red. Hex color #A40403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40403 is #5BFBFC. Grayscale: #333333. Windows color (decimal): -6028285 or 197796. OLE color: 197796.
HSL color Cylindrical-coordinate representation of color #A40403: hue angle of 0.37º 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 #A40403 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.36 |
| HSL | 0.37º | 0.96% | 0.33% | - |
| HSV(B) | 0.37º | 0.98% | 0.64% | - |
| XYZ | 15.37 | 7.99 | 0.82 | - |
| YUV | 51.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 3 | 0 | 0.98 | 0.98 | 0.36 | 0.37 | 0.96 | 0.33 |
| Hex | A4 | 4 | 3 | 0 | 62 | 62 | 24 | 0 | 60 | 21 |
| Octal | 244 | 4 | 3 | 0 | 142 | 142 | 44 | 0 | 140 | 41 |
| Binary | 10100100 | 100 | 11 | 0 | 1100010 | 1100010 | 100100 | 0 | 1100000 | 100001 |
Color Harmonies of #A40403
Complementary color
Monochromatic Colors of #A40403
Black with #A40403
Text Example
Text Example
White with #A40403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40403; }
p { color: rgb(164,4,3); }
H1.HeaderClassName
{
color: #A40403;
}
.AnyTagClassName
{
color: #A40403;
}
</style>
background-color css
<style>
a { background-color: #A40403; }
a { background-color: rgb(164,4,3); }
div.DivClassName
{
background-color: #A40403;
}
.BgClassName
{
background-color: #A40403;
}
</style>
border-color css
<style>
span { border-color: #A40403; }
span { border-color: rgb(164,4,3); }
td.TdClassName
{
border-color: #A40403;
}
.TagClassName
{
border-color: #A40403;
}
</style>