Shades of Mexican Red #A53E3C
Tints of Mexican Red #A53E3C
RGB
CMYK
RGB Variations
Color information
#A53E3C (or 0xA53E3C) is known color: Mexican Red. HEX triplet: A5, 3E and 3C. RGB value is (165,62,60). Sum of RGB (Red+Green+Blue) = 165+62+60=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E3C is #5AC1C3. Grayscale: #5C5C5C. Windows color (decimal): -5947844 or 3948197. OLE color: 3948197.
HSL color Cylindrical-coordinate representation of color #A53E3C: hue angle of 1.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53E3C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 60 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.35 |
| HSL | 1.14º | 0.47% | 0.44% | - |
| HSV(B) | 1.14º | 0.64% | 0.65% | - |
| XYZ | 18.06 | 11.77 | 5.6 | - |
| YUV | 92.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 60 | 0 | 0.62 | 0.64 | 0.35 | 1.14 | 0.47 | 0.44 |
| Hex | A5 | 3E | 3C | 0 | 3E | 40 | 23 | 1 | 2F | 2C |
| Octal | 245 | 76 | 74 | 0 | 76 | 100 | 43 | 1 | 57 | 54 |
| Binary | 10100101 | 111110 | 111100 | 0 | 111110 | 1000000 | 100011 | 1 | 101111 | 101100 |
Color Harmonies of #A53E3C
Complementary color
Monochromatic Colors of #A53E3C
Black with #A53E3C
Text Example
Text Example
White with #A53E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E3C; }
p { color: rgb(165,62,60); }
H1.HeaderClassName
{
color: #A53E3C;
}
.AnyTagClassName
{
color: #A53E3C;
}
</style>
background-color css
<style>
a { background-color: #A53E3C; }
a { background-color: rgb(165,62,60); }
div.DivClassName
{
background-color: #A53E3C;
}
.BgClassName
{
background-color: #A53E3C;
}
</style>
border-color css
<style>
span { border-color: #A53E3C; }
span { border-color: rgb(165,62,60); }
td.TdClassName
{
border-color: #A53E3C;
}
.TagClassName
{
border-color: #A53E3C;
}
</style>