Shades of Mexican Red #A53C38
Tints of Mexican Red #A53C38
RGB
CMYK
RGB Variations
Color information
#A53C38 (or 0xA53C38) is known color: Mexican Red. HEX triplet: A5, 3C and 38. RGB value is (165,60,56). Sum of RGB (Red+Green+Blue) = 165+60+56=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C38 is #5AC3C7. Grayscale: #5B5B5B. Windows color (decimal): -5948360 or 3685541. OLE color: 3685541.
HSL color Cylindrical-coordinate representation of color #A53C38: hue angle of 2.2º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53C38 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 60 | 56 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.35 |
| HSL | 2.2º | 0.49% | 0.43% | - |
| HSV(B) | 2.2º | 0.66% | 0.65% | - |
| XYZ | 17.85 | 11.52 | 5.02 | - |
| YUV | 90.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 56 | 0 | 0.64 | 0.66 | 0.35 | 2.2 | 0.49 | 0.43 |
| Hex | A5 | 3C | 38 | 0 | 40 | 42 | 23 | 2 | 31 | 2B |
| Octal | 245 | 74 | 70 | 0 | 100 | 102 | 43 | 2 | 61 | 53 |
| Binary | 10100101 | 111100 | 111000 | 0 | 1000000 | 1000010 | 100011 | 10 | 110001 | 101011 |
Color Harmonies of #A53C38
Complementary color
Monochromatic Colors of #A53C38
Black with #A53C38
Text Example
Text Example
White with #A53C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53C38; }
p { color: rgb(165,60,56); }
H1.HeaderClassName
{
color: #A53C38;
}
.AnyTagClassName
{
color: #A53C38;
}
</style>
background-color css
<style>
a { background-color: #A53C38; }
a { background-color: rgb(165,60,56); }
div.DivClassName
{
background-color: #A53C38;
}
.BgClassName
{
background-color: #A53C38;
}
</style>
border-color css
<style>
span { border-color: #A53C38; }
span { border-color: rgb(165,60,56); }
td.TdClassName
{
border-color: #A53C38;
}
.TagClassName
{
border-color: #A53C38;
}
</style>