Shades of Mexican Red #A0403A
Tints of Mexican Red #A0403A
RGB
CMYK
RGB Variations
Color information
#A0403A (or 0xA0403A) is known color: Mexican Red. HEX triplet: A0, 40 and 3A. RGB value is (160,64,58). Sum of RGB (Red+Green+Blue) = 160+64+58=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A0403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0403A is #5FBFC5. Grayscale: #5C5C5C. Windows color (decimal): -6275014 or 3817632. OLE color: 3817632.
HSL color Cylindrical-coordinate representation of color #A0403A: hue angle of 3.53º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0403A is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 58 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.37 |
| HSL | 3.53º | 0.47% | 0.43% | - |
| HSV(B) | 3.53º | 0.64% | 0.63% | - |
| XYZ | 17.09 | 11.45 | 5.31 | - |
| YUV | 92.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 58 | 0 | 0.6 | 0.64 | 0.37 | 3.53 | 0.47 | 0.43 |
| Hex | A0 | 40 | 3A | 0 | 3C | 40 | 25 | 4 | 2F | 2B |
| Octal | 240 | 100 | 72 | 0 | 74 | 100 | 45 | 4 | 57 | 53 |
| Binary | 10100000 | 1000000 | 111010 | 0 | 111100 | 1000000 | 100101 | 100 | 101111 | 101011 |
Color Harmonies of #A0403A
Complementary color
Monochromatic Colors of #A0403A
Black with #A0403A
Text Example
Text Example
White with #A0403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0403A; }
p { color: rgb(160,64,58); }
H1.HeaderClassName
{
color: #A0403A;
}
.AnyTagClassName
{
color: #A0403A;
}
</style>
background-color css
<style>
a { background-color: #A0403A; }
a { background-color: rgb(160,64,58); }
div.DivClassName
{
background-color: #A0403A;
}
.BgClassName
{
background-color: #A0403A;
}
</style>
border-color css
<style>
span { border-color: #A0403A; }
span { border-color: rgb(160,64,58); }
td.TdClassName
{
border-color: #A0403A;
}
.TagClassName
{
border-color: #A0403A;
}
</style>