Shades of Mexican Red #A4403A
Tints of Mexican Red #A4403A
RGB
CMYK
RGB Variations
Color information
#A4403A (or 0xA4403A) is known color: Mexican Red. HEX triplet: A4, 40 and 3A. RGB value is (164,64,58). Sum of RGB (Red+Green+Blue) = 164+64+58=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A4403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4403A is #5BBFC5. Grayscale: #5D5D5D. Windows color (decimal): -6012870 or 3817636. OLE color: 3817636.
HSL color Cylindrical-coordinate representation of color #A4403A: hue angle of 3.4º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4403A is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 58 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.36 |
| HSL | 3.4º | 0.48% | 0.44% | - |
| HSV(B) | 3.4º | 0.65% | 0.64% | - |
| XYZ | 17.91 | 11.86 | 5.35 | - |
| YUV | 93.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 58 | 0 | 0.61 | 0.65 | 0.36 | 3.4 | 0.48 | 0.44 |
| Hex | A4 | 40 | 3A | 0 | 3D | 41 | 24 | 3 | 30 | 2C |
| Octal | 244 | 100 | 72 | 0 | 75 | 101 | 44 | 3 | 60 | 54 |
| Binary | 10100100 | 1000000 | 111010 | 0 | 111101 | 1000001 | 100100 | 11 | 110000 | 101100 |
Color Harmonies of #A4403A
Complementary color
Monochromatic Colors of #A4403A
Black with #A4403A
Text Example
Text Example
White with #A4403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4403A; }
p { color: rgb(164,64,58); }
H1.HeaderClassName
{
color: #A4403A;
}
.AnyTagClassName
{
color: #A4403A;
}
</style>
background-color css
<style>
a { background-color: #A4403A; }
a { background-color: rgb(164,64,58); }
div.DivClassName
{
background-color: #A4403A;
}
.BgClassName
{
background-color: #A4403A;
}
</style>
border-color css
<style>
span { border-color: #A4403A; }
span { border-color: rgb(164,64,58); }
td.TdClassName
{
border-color: #A4403A;
}
.TagClassName
{
border-color: #A4403A;
}
</style>