Shades of Mexican Red #A53A39
Tints of Mexican Red #A53A39
RGB
CMYK
RGB Variations
Color information
#A53A39 (or 0xA53A39) is known color: Mexican Red. HEX triplet: A5, 3A and 39. RGB value is (165,58,57). Sum of RGB (Red+Green+Blue) = 165+58+57=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A39 is #5AC5C6. Grayscale: #595959. Windows color (decimal): -5948871 or 3750565. OLE color: 3750565.
HSL color Cylindrical-coordinate representation of color #A53A39: hue angle of 0.56º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A39 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 57 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.35 |
| HSL | 0.56º | 0.49% | 0.44% | - |
| HSV(B) | 0.56º | 0.65% | 0.65% | - |
| XYZ | 17.77 | 11.32 | 5.12 | - |
| YUV | 89.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 57 | 0 | 0.65 | 0.65 | 0.35 | 0.56 | 0.49 | 0.44 |
| Hex | A5 | 3A | 39 | 0 | 41 | 41 | 23 | 1 | 31 | 2C |
| Octal | 245 | 72 | 71 | 0 | 101 | 101 | 43 | 1 | 61 | 54 |
| Binary | 10100101 | 111010 | 111001 | 0 | 1000001 | 1000001 | 100011 | 1 | 110001 | 101100 |
Color Harmonies of #A53A39
Complementary color
Monochromatic Colors of #A53A39
Black with #A53A39
Text Example
Text Example
White with #A53A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A39; }
p { color: rgb(165,58,57); }
H1.HeaderClassName
{
color: #A53A39;
}
.AnyTagClassName
{
color: #A53A39;
}
</style>
background-color css
<style>
a { background-color: #A53A39; }
a { background-color: rgb(165,58,57); }
div.DivClassName
{
background-color: #A53A39;
}
.BgClassName
{
background-color: #A53A39;
}
</style>
border-color css
<style>
span { border-color: #A53A39; }
span { border-color: rgb(165,58,57); }
td.TdClassName
{
border-color: #A53A39;
}
.TagClassName
{
border-color: #A53A39;
}
</style>