Shades of Mexican Red #A03C37
Tints of Mexican Red #A03C37
RGB
CMYK
RGB Variations
Color information
#A03C37 (or 0xA03C37) is known color: Mexican Red. HEX triplet: A0, 3C and 37. RGB value is (160,60,55). Sum of RGB (Red+Green+Blue) = 160+60+55=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03C37 is #5FC3C8. Grayscale: #595959. Windows color (decimal): -6276041 or 3620000. OLE color: 3620000.
HSL color Cylindrical-coordinate representation of color #A03C37: hue angle of 2.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03C37 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 55 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.37 |
| HSL | 2.86º | 0.49% | 0.42% | - |
| HSV(B) | 2.86º | 0.66% | 0.63% | - |
| XYZ | 16.8 | 10.98 | 4.85 | - |
| YUV | 89.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 55 | 0 | 0.62 | 0.66 | 0.37 | 2.86 | 0.49 | 0.42 |
| Hex | A0 | 3C | 37 | 0 | 3E | 42 | 25 | 3 | 31 | 2A |
| Octal | 240 | 74 | 67 | 0 | 76 | 102 | 45 | 3 | 61 | 52 |
| Binary | 10100000 | 111100 | 110111 | 0 | 111110 | 1000010 | 100101 | 11 | 110001 | 101010 |
Color Harmonies of #A03C37
Complementary color
Monochromatic Colors of #A03C37
Black with #A03C37
Text Example
Text Example
White with #A03C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C37; }
p { color: rgb(160,60,55); }
H1.HeaderClassName
{
color: #A03C37;
}
.AnyTagClassName
{
color: #A03C37;
}
</style>
background-color css
<style>
a { background-color: #A03C37; }
a { background-color: rgb(160,60,55); }
div.DivClassName
{
background-color: #A03C37;
}
.BgClassName
{
background-color: #A03C37;
}
</style>
border-color css
<style>
span { border-color: #A03C37; }
span { border-color: rgb(160,60,55); }
td.TdClassName
{
border-color: #A03C37;
}
.TagClassName
{
border-color: #A03C37;
}
</style>