Shades of Mexican Red #A0403F
Tints of Mexican Red #A0403F
RGB
CMYK
RGB Variations
Color information
#A0403F (or 0xA0403F) is known color: Mexican Red. HEX triplet: A0, 40 and 3F. RGB value is (160,64,63). Sum of RGB (Red+Green+Blue) = 160+64+63=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0403F is #5FBFC0. Grayscale: #5C5C5C. Windows color (decimal): -6275009 or 4145312. OLE color: 4145312.
HSL color Cylindrical-coordinate representation of color #A0403F: hue angle of 0.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0403F is Cyan = 0, Magento = 0.6, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 63 | - |
| CMYK | 0 | 0.6 | 0.61 | 0.37 |
| HSL | 0.62º | 0.43% | 0.44% | - |
| HSV(B) | 0.62º | 0.61% | 0.63% | - |
| XYZ | 17.23 | 11.5 | 6.01 | - |
| YUV | 92.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 63 | 0 | 0.6 | 0.61 | 0.37 | 0.62 | 0.43 | 0.44 |
| Hex | A0 | 40 | 3F | 0 | 3C | 3D | 25 | 1 | 2B | 2C |
| Octal | 240 | 100 | 77 | 0 | 74 | 75 | 45 | 1 | 53 | 54 |
| Binary | 10100000 | 1000000 | 111111 | 0 | 111100 | 111101 | 100101 | 1 | 101011 | 101100 |
Color Harmonies of #A0403F
Complementary color
Monochromatic Colors of #A0403F
Black with #A0403F
Text Example
Text Example
White with #A0403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0403F; }
p { color: rgb(160,64,63); }
H1.HeaderClassName
{
color: #A0403F;
}
.AnyTagClassName
{
color: #A0403F;
}
</style>
background-color css
<style>
a { background-color: #A0403F; }
a { background-color: rgb(160,64,63); }
div.DivClassName
{
background-color: #A0403F;
}
.BgClassName
{
background-color: #A0403F;
}
</style>
border-color css
<style>
span { border-color: #A0403F; }
span { border-color: rgb(160,64,63); }
td.TdClassName
{
border-color: #A0403F;
}
.TagClassName
{
border-color: #A0403F;
}
</style>