Shades of Mexican Red #A43D39
Tints of Mexican Red #A43D39
RGB
CMYK
RGB Variations
Color information
#A43D39 (or 0xA43D39) is known color: Mexican Red. HEX triplet: A4, 3D and 39. RGB value is (164,61,57). Sum of RGB (Red+Green+Blue) = 164+61+57=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D39 is #5BC2C6. Grayscale: #5B5B5B. Windows color (decimal): -6013639 or 3751332. OLE color: 3751332.
HSL color Cylindrical-coordinate representation of color #A43D39: hue angle of 2.24º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43D39 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 57 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.36 |
| HSL | 2.24º | 0.48% | 0.43% | - |
| HSV(B) | 2.24º | 0.65% | 0.64% | - |
| XYZ | 17.72 | 11.53 | 5.16 | - |
| YUV | 91.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 57 | 0 | 0.63 | 0.65 | 0.36 | 2.24 | 0.48 | 0.43 |
| Hex | A4 | 3D | 39 | 0 | 3F | 41 | 24 | 2 | 30 | 2B |
| Octal | 244 | 75 | 71 | 0 | 77 | 101 | 44 | 2 | 60 | 53 |
| Binary | 10100100 | 111101 | 111001 | 0 | 111111 | 1000001 | 100100 | 10 | 110000 | 101011 |
Color Harmonies of #A43D39
Complementary color
Monochromatic Colors of #A43D39
Black with #A43D39
Text Example
Text Example
White with #A43D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D39; }
p { color: rgb(164,61,57); }
H1.HeaderClassName
{
color: #A43D39;
}
.AnyTagClassName
{
color: #A43D39;
}
</style>
background-color css
<style>
a { background-color: #A43D39; }
a { background-color: rgb(164,61,57); }
div.DivClassName
{
background-color: #A43D39;
}
.BgClassName
{
background-color: #A43D39;
}
</style>
border-color css
<style>
span { border-color: #A43D39; }
span { border-color: rgb(164,61,57); }
td.TdClassName
{
border-color: #A43D39;
}
.TagClassName
{
border-color: #A43D39;
}
</style>