Shades of Mexican Red #A43C3B
Tints of Mexican Red #A43C3B
RGB
CMYK
RGB Variations
Color information
#A43C3B (or 0xA43C3B) is known color: Mexican Red. HEX triplet: A4, 3C and 3B. RGB value is (164,60,59). Sum of RGB (Red+Green+Blue) = 164+60+59=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C3B is #5BC3C4. Grayscale: #5B5B5B. Windows color (decimal): -6013893 or 3882148. OLE color: 3882148.
HSL color Cylindrical-coordinate representation of color #A43C3B: hue angle of 0.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43C3B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 59 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.36 |
| HSL | 0.57º | 0.47% | 0.44% | - |
| HSV(B) | 0.57º | 0.64% | 0.64% | - |
| XYZ | 17.72 | 11.44 | 5.41 | - |
| YUV | 90.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 59 | 0 | 0.63 | 0.64 | 0.36 | 0.57 | 0.47 | 0.44 |
| Hex | A4 | 3C | 3B | 0 | 3F | 40 | 24 | 1 | 2F | 2C |
| Octal | 244 | 74 | 73 | 0 | 77 | 100 | 44 | 1 | 57 | 54 |
| Binary | 10100100 | 111100 | 111011 | 0 | 111111 | 1000000 | 100100 | 1 | 101111 | 101100 |
Color Harmonies of #A43C3B
Complementary color
Monochromatic Colors of #A43C3B
Black with #A43C3B
Text Example
Text Example
White with #A43C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C3B; }
p { color: rgb(164,60,59); }
H1.HeaderClassName
{
color: #A43C3B;
}
.AnyTagClassName
{
color: #A43C3B;
}
</style>
background-color css
<style>
a { background-color: #A43C3B; }
a { background-color: rgb(164,60,59); }
div.DivClassName
{
background-color: #A43C3B;
}
.BgClassName
{
background-color: #A43C3B;
}
</style>
border-color css
<style>
span { border-color: #A43C3B; }
span { border-color: rgb(164,60,59); }
td.TdClassName
{
border-color: #A43C3B;
}
.TagClassName
{
border-color: #A43C3B;
}
</style>