Shades of Mexican Red #A03D3C
Tints of Mexican Red #A03D3C
RGB
CMYK
RGB Variations
Color information
#A03D3C (or 0xA03D3C) is known color: Mexican Red. HEX triplet: A0, 3D and 3C. RGB value is (160,61,60). Sum of RGB (Red+Green+Blue) = 160+61+60=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03D3C is #5FC2C3. Grayscale: #5A5A5A. Windows color (decimal): -6275780 or 3947936. OLE color: 3947936.
HSL color Cylindrical-coordinate representation of color #A03D3C: hue angle of 0.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03D3C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 60 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.37 |
| HSL | 0.6º | 0.45% | 0.43% | - |
| HSV(B) | 0.6º | 0.63% | 0.63% | - |
| XYZ | 16.98 | 11.14 | 5.53 | - |
| YUV | 90.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 60 | 0 | 0.62 | 0.62 | 0.37 | 0.6 | 0.45 | 0.43 |
| Hex | A0 | 3D | 3C | 0 | 3E | 3E | 25 | 1 | 2D | 2B |
| Octal | 240 | 75 | 74 | 0 | 76 | 76 | 45 | 1 | 55 | 53 |
| Binary | 10100000 | 111101 | 111100 | 0 | 111110 | 111110 | 100101 | 1 | 101101 | 101011 |
Color Harmonies of #A03D3C
Complementary color
Monochromatic Colors of #A03D3C
Black with #A03D3C
Text Example
Text Example
White with #A03D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D3C; }
p { color: rgb(160,61,60); }
H1.HeaderClassName
{
color: #A03D3C;
}
.AnyTagClassName
{
color: #A03D3C;
}
</style>
background-color css
<style>
a { background-color: #A03D3C; }
a { background-color: rgb(160,61,60); }
div.DivClassName
{
background-color: #A03D3C;
}
.BgClassName
{
background-color: #A03D3C;
}
</style>
border-color css
<style>
span { border-color: #A03D3C; }
span { border-color: rgb(160,61,60); }
td.TdClassName
{
border-color: #A03D3C;
}
.TagClassName
{
border-color: #A03D3C;
}
</style>