Shades of Mexican Red #A0413E
Tints of Mexican Red #A0413E
RGB
CMYK
RGB Variations
Color information
#A0413E (or 0xA0413E) is known color: Mexican Red. HEX triplet: A0, 41 and 3E. RGB value is (160,65,62). Sum of RGB (Red+Green+Blue) = 160+65+62=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0413E is #5FBEC1. Grayscale: #5D5D5D. Windows color (decimal): -6274754 or 4080032. OLE color: 4080032.
HSL color Cylindrical-coordinate representation of color #A0413E: hue angle of 1.84º degrees, saturation: 0.44, 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 #A0413E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 62 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.37 |
| HSL | 1.84º | 0.44% | 0.44% | - |
| HSV(B) | 1.84º | 0.61% | 0.63% | - |
| XYZ | 17.26 | 11.6 | 5.89 | - |
| YUV | 93.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 62 | 0 | 0.59 | 0.61 | 0.37 | 1.84 | 0.44 | 0.44 |
| Hex | A0 | 41 | 3E | 0 | 3B | 3D | 25 | 2 | 2C | 2C |
| Octal | 240 | 101 | 76 | 0 | 73 | 75 | 45 | 2 | 54 | 54 |
| Binary | 10100000 | 1000001 | 111110 | 0 | 111011 | 111101 | 100101 | 10 | 101100 | 101100 |
Color Harmonies of #A0413E
Complementary color
Monochromatic Colors of #A0413E
Black with #A0413E
Text Example
Text Example
White with #A0413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0413E; }
p { color: rgb(160,65,62); }
H1.HeaderClassName
{
color: #A0413E;
}
.AnyTagClassName
{
color: #A0413E;
}
</style>
background-color css
<style>
a { background-color: #A0413E; }
a { background-color: rgb(160,65,62); }
div.DivClassName
{
background-color: #A0413E;
}
.BgClassName
{
background-color: #A0413E;
}
</style>
border-color css
<style>
span { border-color: #A0413E; }
span { border-color: rgb(160,65,62); }
td.TdClassName
{
border-color: #A0413E;
}
.TagClassName
{
border-color: #A0413E;
}
</style>