Shades of Mexican Red #A1403F
Tints of Mexican Red #A1403F
RGB
CMYK
RGB Variations
Color information
#A1403F (or 0xA1403F) is known color: Mexican Red. HEX triplet: A1, 40 and 3F. RGB value is (161,64,63). Sum of RGB (Red+Green+Blue) = 161+64+63=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1403F is #5EBFC0. Grayscale: #5C5C5C. Windows color (decimal): -6209473 or 4145313. OLE color: 4145313.
HSL color Cylindrical-coordinate representation of color #A1403F: hue angle of 0.61º 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 #A1403F is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 63 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.37 |
| HSL | 0.61º | 0.44% | 0.44% | - |
| HSV(B) | 0.61º | 0.61% | 0.63% | - |
| XYZ | 17.43 | 11.6 | 6.02 | - |
| YUV | 92.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 63 | 0 | 0.60 | 0.61 | 0.37 | 0.61 | 0.44 | 0.44 |
| Hex | A1 | 40 | 3F | 0 | 3C | 3D | 25 | 1 | 2C | 2C |
| Octal | 241 | 100 | 77 | 0 | 74 | 75 | 45 | 1 | 54 | 54 |
| Binary | 10100001 | 1000000 | 111111 | 0 | 111100 | 111101 | 100101 | 1 | 101100 | 101100 |
Color Harmonies of #A1403F
Complementary color
Monochromatic Colors of #A1403F
Black with #A1403F
Text Example
Text Example
White with #A1403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1403F; }
p { color: rgb(161,64,63); }
H1.HeaderClassName
{
color: #A1403F;
}
.AnyTagClassName
{
color: #A1403F;
}
</style>
background-color css
<style>
a { background-color: #A1403F; }
a { background-color: rgb(161,64,63); }
div.DivClassName
{
background-color: #A1403F;
}
.BgClassName
{
background-color: #A1403F;
}
</style>
border-color css
<style>
span { border-color: #A1403F; }
span { border-color: rgb(161,64,63); }
td.TdClassName
{
border-color: #A1403F;
}
.TagClassName
{
border-color: #A1403F;
}
</style>