Shades of Mexican Red #A43F3C
Tints of Mexican Red #A43F3C
RGB
CMYK
RGB Variations
Color information
#A43F3C (or 0xA43F3C) is known color: Mexican Red. HEX triplet: A4, 3F and 3C. RGB value is (164,63,60). Sum of RGB (Red+Green+Blue) = 164+63+60=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43F3C is #5BC0C3. Grayscale: #5C5C5C. Windows color (decimal): -6013124 or 3948452. OLE color: 3948452.
HSL color Cylindrical-coordinate representation of color #A43F3C: hue angle of 1.73º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43F3C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 60 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.36 |
| HSL | 1.73º | 0.46% | 0.44% | - |
| HSV(B) | 1.73º | 0.63% | 0.64% | - |
| XYZ | 17.9 | 11.77 | 5.6 | - |
| YUV | 92.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 60 | 0 | 0.62 | 0.63 | 0.36 | 1.73 | 0.46 | 0.44 |
| Hex | A4 | 3F | 3C | 0 | 3E | 3F | 24 | 2 | 2E | 2C |
| Octal | 244 | 77 | 74 | 0 | 76 | 77 | 44 | 2 | 56 | 54 |
| Binary | 10100100 | 111111 | 111100 | 0 | 111110 | 111111 | 100100 | 10 | 101110 | 101100 |
Color Harmonies of #A43F3C
Complementary color
Monochromatic Colors of #A43F3C
Black with #A43F3C
Text Example
Text Example
White with #A43F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F3C; }
p { color: rgb(164,63,60); }
H1.HeaderClassName
{
color: #A43F3C;
}
.AnyTagClassName
{
color: #A43F3C;
}
</style>
background-color css
<style>
a { background-color: #A43F3C; }
a { background-color: rgb(164,63,60); }
div.DivClassName
{
background-color: #A43F3C;
}
.BgClassName
{
background-color: #A43F3C;
}
</style>
border-color css
<style>
span { border-color: #A43F3C; }
span { border-color: rgb(164,63,60); }
td.TdClassName
{
border-color: #A43F3C;
}
.TagClassName
{
border-color: #A43F3C;
}
</style>