Shades of Mexican Red #A1413E
Tints of Mexican Red #A1413E
RGB
CMYK
RGB Variations
Color information
#A1413E (or 0xA1413E) is known color: Mexican Red. HEX triplet: A1, 41 and 3E. RGB value is (161,65,62). Sum of RGB (Red+Green+Blue) = 161+65+62=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1413E is #5EBEC1. Grayscale: #5D5D5D. Windows color (decimal): -6209218 or 4080033. OLE color: 4080033.
HSL color Cylindrical-coordinate representation of color #A1413E: hue angle of 1.82º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1413E is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 62 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.37 |
| HSL | 1.82º | 0.44% | 0.44% | - |
| HSV(B) | 1.82º | 0.61% | 0.63% | - |
| XYZ | 17.46 | 11.71 | 5.9 | - |
| YUV | 93.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 62 | 0 | 0.60 | 0.61 | 0.37 | 1.82 | 0.44 | 0.44 |
| Hex | A1 | 41 | 3E | 0 | 3C | 3D | 25 | 2 | 2C | 2C |
| Octal | 241 | 101 | 76 | 0 | 74 | 75 | 45 | 2 | 54 | 54 |
| Binary | 10100001 | 1000001 | 111110 | 0 | 111100 | 111101 | 100101 | 10 | 101100 | 101100 |
Color Harmonies of #A1413E
Complementary color
Monochromatic Colors of #A1413E
Black with #A1413E
Text Example
Text Example
White with #A1413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1413E; }
p { color: rgb(161,65,62); }
H1.HeaderClassName
{
color: #A1413E;
}
.AnyTagClassName
{
color: #A1413E;
}
</style>
background-color css
<style>
a { background-color: #A1413E; }
a { background-color: rgb(161,65,62); }
div.DivClassName
{
background-color: #A1413E;
}
.BgClassName
{
background-color: #A1413E;
}
</style>
border-color css
<style>
span { border-color: #A1413E; }
span { border-color: rgb(161,65,62); }
td.TdClassName
{
border-color: #A1413E;
}
.TagClassName
{
border-color: #A1413E;
}
</style>