Shades of Mexican Red #A43D37
Tints of Mexican Red #A43D37
RGB
CMYK
RGB Variations
Color information
#A43D37 (or 0xA43D37) is known color: Mexican Red. HEX triplet: A4, 3D and 37. RGB value is (164,61,55). Sum of RGB (Red+Green+Blue) = 164+61+55=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D37 is #5BC2C8. Grayscale: #5B5B5B. Windows color (decimal): -6013641 or 3620260. OLE color: 3620260.
HSL color Cylindrical-coordinate representation of color #A43D37: hue angle of 3.3º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43D37 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 55 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.36 |
| HSL | 3.3º | 0.5% | 0.43% | - |
| HSV(B) | 3.3º | 0.66% | 0.64% | - |
| XYZ | 17.67 | 11.51 | 4.9 | - |
| YUV | 91.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 55 | 0 | 0.63 | 0.66 | 0.36 | 3.3 | 0.5 | 0.43 |
| Hex | A4 | 3D | 37 | 0 | 3F | 42 | 24 | 3 | 32 | 2B |
| Octal | 244 | 75 | 67 | 0 | 77 | 102 | 44 | 3 | 62 | 53 |
| Binary | 10100100 | 111101 | 110111 | 0 | 111111 | 1000010 | 100100 | 11 | 110010 | 101011 |
Color Harmonies of #A43D37
Complementary color
Monochromatic Colors of #A43D37
Black with #A43D37
Text Example
Text Example
White with #A43D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D37; }
p { color: rgb(164,61,55); }
H1.HeaderClassName
{
color: #A43D37;
}
.AnyTagClassName
{
color: #A43D37;
}
</style>
background-color css
<style>
a { background-color: #A43D37; }
a { background-color: rgb(164,61,55); }
div.DivClassName
{
background-color: #A43D37;
}
.BgClassName
{
background-color: #A43D37;
}
</style>
border-color css
<style>
span { border-color: #A43D37; }
span { border-color: rgb(164,61,55); }
td.TdClassName
{
border-color: #A43D37;
}
.TagClassName
{
border-color: #A43D37;
}
</style>