Shades of Mexican Red #A04039
Tints of Mexican Red #A04039
RGB
CMYK
RGB Variations
Color information
#A04039 (or 0xA04039) is known color: Mexican Red. HEX triplet: A0, 40 and 39. RGB value is (160,64,57). Sum of RGB (Red+Green+Blue) = 160+64+57=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A04039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04039 is #5FBFC6. Grayscale: #5C5C5C. Windows color (decimal): -6275015 or 3752096. OLE color: 3752096.
HSL color Cylindrical-coordinate representation of color #A04039: hue angle of 4.08º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04039 is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 57 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.37 |
| HSL | 4.08º | 0.47% | 0.43% | - |
| HSV(B) | 4.08º | 0.64% | 0.63% | - |
| XYZ | 17.07 | 11.44 | 5.18 | - |
| YUV | 91.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 57 | 0 | 0.6 | 0.64 | 0.37 | 4.08 | 0.47 | 0.43 |
| Hex | A0 | 40 | 39 | 0 | 3C | 40 | 25 | 4 | 2F | 2B |
| Octal | 240 | 100 | 71 | 0 | 74 | 100 | 45 | 4 | 57 | 53 |
| Binary | 10100000 | 1000000 | 111001 | 0 | 111100 | 1000000 | 100101 | 100 | 101111 | 101011 |
Color Harmonies of #A04039
Complementary color
Monochromatic Colors of #A04039
Black with #A04039
Text Example
Text Example
White with #A04039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04039; }
p { color: rgb(160,64,57); }
H1.HeaderClassName
{
color: #A04039;
}
.AnyTagClassName
{
color: #A04039;
}
</style>
background-color css
<style>
a { background-color: #A04039; }
a { background-color: rgb(160,64,57); }
div.DivClassName
{
background-color: #A04039;
}
.BgClassName
{
background-color: #A04039;
}
</style>
border-color css
<style>
span { border-color: #A04039; }
span { border-color: rgb(160,64,57); }
td.TdClassName
{
border-color: #A04039;
}
.TagClassName
{
border-color: #A04039;
}
</style>