Shades of Mexican Red #A1403C
Tints of Mexican Red #A1403C
RGB
CMYK
RGB Variations
Color information
#A1403C (or 0xA1403C) is known color: Mexican Red. HEX triplet: A1, 40 and 3C. RGB value is (161,64,60). Sum of RGB (Red+Green+Blue) = 161+64+60=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1403C is #5EBFC3. Grayscale: #5C5C5C. Windows color (decimal): -6209476 or 3948705. OLE color: 3948705.
HSL color Cylindrical-coordinate representation of color #A1403C: hue angle of 2.38º 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 #A1403C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 60 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.37 |
| HSL | 2.38º | 0.46% | 0.43% | - |
| HSV(B) | 2.38º | 0.63% | 0.63% | - |
| XYZ | 17.35 | 11.57 | 5.59 | - |
| YUV | 92.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 60 | 0 | 0.60 | 0.63 | 0.37 | 2.38 | 0.46 | 0.43 |
| Hex | A1 | 40 | 3C | 0 | 3C | 3F | 25 | 2 | 2E | 2B |
| Octal | 241 | 100 | 74 | 0 | 74 | 77 | 45 | 2 | 56 | 53 |
| Binary | 10100001 | 1000000 | 111100 | 0 | 111100 | 111111 | 100101 | 10 | 101110 | 101011 |
Color Harmonies of #A1403C
Complementary color
Monochromatic Colors of #A1403C
Black with #A1403C
Text Example
Text Example
White with #A1403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1403C; }
p { color: rgb(161,64,60); }
H1.HeaderClassName
{
color: #A1403C;
}
.AnyTagClassName
{
color: #A1403C;
}
</style>
background-color css
<style>
a { background-color: #A1403C; }
a { background-color: rgb(161,64,60); }
div.DivClassName
{
background-color: #A1403C;
}
.BgClassName
{
background-color: #A1403C;
}
</style>
border-color css
<style>
span { border-color: #A1403C; }
span { border-color: rgb(161,64,60); }
td.TdClassName
{
border-color: #A1403C;
}
.TagClassName
{
border-color: #A1403C;
}
</style>