Shades of Mexican Red #A03F3D
Tints of Mexican Red #A03F3D
RGB
CMYK
RGB Variations
Color information
#A03F3D (or 0xA03F3D) is known color: Mexican Red. HEX triplet: A0, 3F and 3D. RGB value is (160,63,61). Sum of RGB (Red+Green+Blue) = 160+63+61=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03F3D is #5FC0C2. Grayscale: #5B5B5B. Windows color (decimal): -6275267 or 4013984. OLE color: 4013984.
HSL color Cylindrical-coordinate representation of color #A03F3D: hue angle of 1.21º 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 #A03F3D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 61 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.37 |
| HSL | 1.21º | 0.45% | 0.43% | - |
| HSV(B) | 1.21º | 0.62% | 0.63% | - |
| XYZ | 17.12 | 11.37 | 5.71 | - |
| YUV | 91.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 61 | 0 | 0.61 | 0.62 | 0.37 | 1.21 | 0.45 | 0.43 |
| Hex | A0 | 3F | 3D | 0 | 3D | 3E | 25 | 1 | 2D | 2B |
| Octal | 240 | 77 | 75 | 0 | 75 | 76 | 45 | 1 | 55 | 53 |
| Binary | 10100000 | 111111 | 111101 | 0 | 111101 | 111110 | 100101 | 1 | 101101 | 101011 |
Color Harmonies of #A03F3D
Complementary color
Monochromatic Colors of #A03F3D
Black with #A03F3D
Text Example
Text Example
White with #A03F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F3D; }
p { color: rgb(160,63,61); }
H1.HeaderClassName
{
color: #A03F3D;
}
.AnyTagClassName
{
color: #A03F3D;
}
</style>
background-color css
<style>
a { background-color: #A03F3D; }
a { background-color: rgb(160,63,61); }
div.DivClassName
{
background-color: #A03F3D;
}
.BgClassName
{
background-color: #A03F3D;
}
</style>
border-color css
<style>
span { border-color: #A03F3D; }
span { border-color: rgb(160,63,61); }
td.TdClassName
{
border-color: #A03F3D;
}
.TagClassName
{
border-color: #A03F3D;
}
</style>