Shades of Mexican Red #A03E3E
Tints of Mexican Red #A03E3E
RGB
CMYK
RGB Variations
Color information
#A03E3E (or 0xA03E3E) is known color: Mexican Red. HEX triplet: A0, 3E and 3E. RGB value is (160,62,62). Sum of RGB (Red+Green+Blue) = 160+62+62=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E3E is #5FC1C1. Grayscale: #5B5B5B. Windows color (decimal): -6275522 or 4079264. OLE color: 4079264.
HSL color Cylindrical-coordinate representation of color #A03E3E: hue angle of 0º 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 #A03E3E is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 62 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.37 |
| HSL | 0º | 0.44% | 0.44% | - |
| HSV(B) | 0º | 0.61% | 0.63% | - |
| XYZ | 17.09 | 11.27 | 5.83 | - |
| YUV | 91.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 62 | 0 | 0.61 | 0.61 | 0.37 | 0 | 0.44 | 0.44 |
| Hex | A0 | 3E | 3E | 0 | 3D | 3D | 25 | 0 | 2C | 2C |
| Octal | 240 | 76 | 76 | 0 | 75 | 75 | 45 | 0 | 54 | 54 |
| Binary | 10100000 | 111110 | 111110 | 0 | 111101 | 111101 | 100101 | 0 | 101100 | 101100 |
Color Harmonies of #A03E3E
Complementary color
Monochromatic Colors of #A03E3E
Black with #A03E3E
Text Example
Text Example
White with #A03E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E3E; }
p { color: rgb(160,62,62); }
H1.HeaderClassName
{
color: #A03E3E;
}
.AnyTagClassName
{
color: #A03E3E;
}
</style>
background-color css
<style>
a { background-color: #A03E3E; }
a { background-color: rgb(160,62,62); }
div.DivClassName
{
background-color: #A03E3E;
}
.BgClassName
{
background-color: #A03E3E;
}
</style>
border-color css
<style>
span { border-color: #A03E3E; }
span { border-color: rgb(160,62,62); }
td.TdClassName
{
border-color: #A03E3E;
}
.TagClassName
{
border-color: #A03E3E;
}
</style>