Shades of Mexican Red #A0403C
Tints of Mexican Red #A0403C
RGB
CMYK
RGB Variations
Color information
#A0403C (or 0xA0403C) is known color: Mexican Red. HEX triplet: A0, 40 and 3C. RGB value is (160,64,60). Sum of RGB (Red+Green+Blue) = 160+64+60=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0403C is #5FBFC3. Grayscale: #5C5C5C. Windows color (decimal): -6275012 or 3948704. OLE color: 3948704.
HSL color Cylindrical-coordinate representation of color #A0403C: hue angle of 2.4º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0403C is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 60 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.37 |
| HSL | 2.4º | 0.45% | 0.43% | - |
| HSV(B) | 2.4º | 0.63% | 0.63% | - |
| XYZ | 17.15 | 11.47 | 5.58 | - |
| YUV | 92.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 60 | 0 | 0.6 | 0.62 | 0.37 | 2.4 | 0.45 | 0.43 |
| Hex | A0 | 40 | 3C | 0 | 3C | 3E | 25 | 2 | 2D | 2B |
| Octal | 240 | 100 | 74 | 0 | 74 | 76 | 45 | 2 | 55 | 53 |
| Binary | 10100000 | 1000000 | 111100 | 0 | 111100 | 111110 | 100101 | 10 | 101101 | 101011 |
Color Harmonies of #A0403C
Complementary color
Monochromatic Colors of #A0403C
Black with #A0403C
Text Example
Text Example
White with #A0403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0403C; }
p { color: rgb(160,64,60); }
H1.HeaderClassName
{
color: #A0403C;
}
.AnyTagClassName
{
color: #A0403C;
}
</style>
background-color css
<style>
a { background-color: #A0403C; }
a { background-color: rgb(160,64,60); }
div.DivClassName
{
background-color: #A0403C;
}
.BgClassName
{
background-color: #A0403C;
}
</style>
border-color css
<style>
span { border-color: #A0403C; }
span { border-color: rgb(160,64,60); }
td.TdClassName
{
border-color: #A0403C;
}
.TagClassName
{
border-color: #A0403C;
}
</style>