Shades of Mexican Red #A13D37
Tints of Mexican Red #A13D37
RGB
CMYK
RGB Variations
Color information
#A13D37 (or 0xA13D37) is known color: Mexican Red. HEX triplet: A1, 3D and 37. RGB value is (161,61,55). Sum of RGB (Red+Green+Blue) = 161+61+55=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D37 is #5EC2C8. Grayscale: #5A5A5A. Windows color (decimal): -6210249 or 3620257. OLE color: 3620257.
HSL color Cylindrical-coordinate representation of color #A13D37: hue angle of 3.4º 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 #A13D37 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 55 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.37 |
| HSL | 3.4º | 0.49% | 0.42% | - |
| HSV(B) | 3.4º | 0.66% | 0.63% | - |
| XYZ | 17.06 | 11.19 | 4.88 | - |
| YUV | 90.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 55 | 0 | 0.62 | 0.66 | 0.37 | 3.4 | 0.49 | 0.42 |
| Hex | A1 | 3D | 37 | 0 | 3E | 42 | 25 | 3 | 31 | 2A |
| Octal | 241 | 75 | 67 | 0 | 76 | 102 | 45 | 3 | 61 | 52 |
| Binary | 10100001 | 111101 | 110111 | 0 | 111110 | 1000010 | 100101 | 11 | 110001 | 101010 |
Color Harmonies of #A13D37
Complementary color
Monochromatic Colors of #A13D37
Black with #A13D37
Text Example
Text Example
White with #A13D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D37; }
p { color: rgb(161,61,55); }
H1.HeaderClassName
{
color: #A13D37;
}
.AnyTagClassName
{
color: #A13D37;
}
</style>
background-color css
<style>
a { background-color: #A13D37; }
a { background-color: rgb(161,61,55); }
div.DivClassName
{
background-color: #A13D37;
}
.BgClassName
{
background-color: #A13D37;
}
</style>
border-color css
<style>
span { border-color: #A13D37; }
span { border-color: rgb(161,61,55); }
td.TdClassName
{
border-color: #A13D37;
}
.TagClassName
{
border-color: #A13D37;
}
</style>