Shades of Mexican Red #A0403B
Tints of Mexican Red #A0403B
RGB
CMYK
RGB Variations
Color information
#A0403B (or 0xA0403B) is known color: Mexican Red. HEX triplet: A0, 40 and 3B. RGB value is (160,64,59). Sum of RGB (Red+Green+Blue) = 160+64+59=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A0403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0403B is #5FBFC4. Grayscale: #5C5C5C. Windows color (decimal): -6275013 or 3883168. OLE color: 3883168.
HSL color Cylindrical-coordinate representation of color #A0403B: hue angle of 2.97º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0403B is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 59 | - |
| CMYK | 0 | 0.6 | 0.63 | 0.37 |
| HSL | 2.97º | 0.46% | 0.43% | - |
| HSV(B) | 2.97º | 0.63% | 0.63% | - |
| XYZ | 17.12 | 11.46 | 5.45 | - |
| YUV | 92.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 59 | 0 | 0.6 | 0.63 | 0.37 | 2.97 | 0.46 | 0.43 |
| Hex | A0 | 40 | 3B | 0 | 3C | 3F | 25 | 3 | 2E | 2B |
| Octal | 240 | 100 | 73 | 0 | 74 | 77 | 45 | 3 | 56 | 53 |
| Binary | 10100000 | 1000000 | 111011 | 0 | 111100 | 111111 | 100101 | 11 | 101110 | 101011 |
Color Harmonies of #A0403B
Complementary color
Monochromatic Colors of #A0403B
Black with #A0403B
Text Example
Text Example
White with #A0403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0403B; }
p { color: rgb(160,64,59); }
H1.HeaderClassName
{
color: #A0403B;
}
.AnyTagClassName
{
color: #A0403B;
}
</style>
background-color css
<style>
a { background-color: #A0403B; }
a { background-color: rgb(160,64,59); }
div.DivClassName
{
background-color: #A0403B;
}
.BgClassName
{
background-color: #A0403B;
}
</style>
border-color css
<style>
span { border-color: #A0403B; }
span { border-color: rgb(160,64,59); }
td.TdClassName
{
border-color: #A0403B;
}
.TagClassName
{
border-color: #A0403B;
}
</style>