Shades of Mexican Red #A43F3A
Tints of Mexican Red #A43F3A
RGB
CMYK
RGB Variations
Color information
#A43F3A (or 0xA43F3A) is known color: Mexican Red. HEX triplet: A4, 3F and 3A. RGB value is (164,63,58). Sum of RGB (Red+Green+Blue) = 164+63+58=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43F3A is #5BC0C5. Grayscale: #5C5C5C. Windows color (decimal): -6013126 or 3817380. OLE color: 3817380.
HSL color Cylindrical-coordinate representation of color #A43F3A: hue angle of 2.83º 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 #A43F3A is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 58 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.36 |
| HSL | 2.83º | 0.48% | 0.44% | - |
| HSV(B) | 2.83º | 0.65% | 0.64% | - |
| XYZ | 17.85 | 11.75 | 5.33 | - |
| YUV | 92.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 58 | 0 | 0.62 | 0.65 | 0.36 | 2.83 | 0.48 | 0.44 |
| Hex | A4 | 3F | 3A | 0 | 3E | 41 | 24 | 3 | 30 | 2C |
| Octal | 244 | 77 | 72 | 0 | 76 | 101 | 44 | 3 | 60 | 54 |
| Binary | 10100100 | 111111 | 111010 | 0 | 111110 | 1000001 | 100100 | 11 | 110000 | 101100 |
Color Harmonies of #A43F3A
Complementary color
Monochromatic Colors of #A43F3A
Black with #A43F3A
Text Example
Text Example
White with #A43F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F3A; }
p { color: rgb(164,63,58); }
H1.HeaderClassName
{
color: #A43F3A;
}
.AnyTagClassName
{
color: #A43F3A;
}
</style>
background-color css
<style>
a { background-color: #A43F3A; }
a { background-color: rgb(164,63,58); }
div.DivClassName
{
background-color: #A43F3A;
}
.BgClassName
{
background-color: #A43F3A;
}
</style>
border-color css
<style>
span { border-color: #A43F3A; }
span { border-color: rgb(164,63,58); }
td.TdClassName
{
border-color: #A43F3A;
}
.TagClassName
{
border-color: #A43F3A;
}
</style>