Shades of Mexican Red #A43D3B
Tints of Mexican Red #A43D3B
RGB
CMYK
RGB Variations
Color information
#A43D3B (or 0xA43D3B) is known color: Mexican Red. HEX triplet: A4, 3D and 3B. RGB value is (164,61,59). Sum of RGB (Red+Green+Blue) = 164+61+59=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D3B is #5BC2C4. Grayscale: #5B5B5B. Windows color (decimal): -6013637 or 3882404. OLE color: 3882404.
HSL color Cylindrical-coordinate representation of color #A43D3B: hue angle of 1.14º 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 #A43D3B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 59 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.36 |
| HSL | 1.14º | 0.47% | 0.44% | - |
| HSV(B) | 1.14º | 0.64% | 0.64% | - |
| XYZ | 17.77 | 11.55 | 5.43 | - |
| YUV | 91.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 59 | 0 | 0.63 | 0.64 | 0.36 | 1.14 | 0.47 | 0.44 |
| Hex | A4 | 3D | 3B | 0 | 3F | 40 | 24 | 1 | 2F | 2C |
| Octal | 244 | 75 | 73 | 0 | 77 | 100 | 44 | 1 | 57 | 54 |
| Binary | 10100100 | 111101 | 111011 | 0 | 111111 | 1000000 | 100100 | 1 | 101111 | 101100 |
Color Harmonies of #A43D3B
Complementary color
Monochromatic Colors of #A43D3B
Black with #A43D3B
Text Example
Text Example
White with #A43D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D3B; }
p { color: rgb(164,61,59); }
H1.HeaderClassName
{
color: #A43D3B;
}
.AnyTagClassName
{
color: #A43D3B;
}
</style>
background-color css
<style>
a { background-color: #A43D3B; }
a { background-color: rgb(164,61,59); }
div.DivClassName
{
background-color: #A43D3B;
}
.BgClassName
{
background-color: #A43D3B;
}
</style>
border-color css
<style>
span { border-color: #A43D3B; }
span { border-color: rgb(164,61,59); }
td.TdClassName
{
border-color: #A43D3B;
}
.TagClassName
{
border-color: #A43D3B;
}
</style>