Shades of Mexican Red #A1403B
Tints of Mexican Red #A1403B
RGB
CMYK
RGB Variations
Color information
#A1403B (or 0xA1403B) is known color: Mexican Red. HEX triplet: A1, 40 and 3B. RGB value is (161,64,59). Sum of RGB (Red+Green+Blue) = 161+64+59=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1403B is #5EBFC4. Grayscale: #5C5C5C. Windows color (decimal): -6209477 or 3883169. OLE color: 3883169.
HSL color Cylindrical-coordinate representation of color #A1403B: hue angle of 2.94º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1403B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 59 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.37 |
| HSL | 2.94º | 0.46% | 0.43% | - |
| HSV(B) | 2.94º | 0.63% | 0.63% | - |
| XYZ | 17.32 | 11.56 | 5.46 | - |
| YUV | 92.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 59 | 0 | 0.60 | 0.63 | 0.37 | 2.94 | 0.46 | 0.43 |
| Hex | A1 | 40 | 3B | 0 | 3C | 3F | 25 | 3 | 2E | 2B |
| Octal | 241 | 100 | 73 | 0 | 74 | 77 | 45 | 3 | 56 | 53 |
| Binary | 10100001 | 1000000 | 111011 | 0 | 111100 | 111111 | 100101 | 11 | 101110 | 101011 |
Color Harmonies of #A1403B
Complementary color
Monochromatic Colors of #A1403B
Black with #A1403B
Text Example
Text Example
White with #A1403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1403B; }
p { color: rgb(161,64,59); }
H1.HeaderClassName
{
color: #A1403B;
}
.AnyTagClassName
{
color: #A1403B;
}
</style>
background-color css
<style>
a { background-color: #A1403B; }
a { background-color: rgb(161,64,59); }
div.DivClassName
{
background-color: #A1403B;
}
.BgClassName
{
background-color: #A1403B;
}
</style>
border-color css
<style>
span { border-color: #A1403B; }
span { border-color: rgb(161,64,59); }
td.TdClassName
{
border-color: #A1403B;
}
.TagClassName
{
border-color: #A1403B;
}
</style>