Shades of Mexican Red #A0403D
Tints of Mexican Red #A0403D
RGB
CMYK
RGB Variations
Color information
#A0403D (or 0xA0403D) is known color: Mexican Red. HEX triplet: A0, 40 and 3D. RGB value is (160,64,61). Sum of RGB (Red+Green+Blue) = 160+64+61=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0403D is #5FBFC2. Grayscale: #5C5C5C. Windows color (decimal): -6275011 or 4014240. OLE color: 4014240.
HSL color Cylindrical-coordinate representation of color #A0403D: hue angle of 1.82º 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 #A0403D is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 61 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.37 |
| HSL | 1.82º | 0.45% | 0.43% | - |
| HSV(B) | 1.82º | 0.62% | 0.63% | - |
| XYZ | 17.17 | 11.48 | 5.73 | - |
| YUV | 92.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 61 | 0 | 0.6 | 0.62 | 0.37 | 1.82 | 0.45 | 0.43 |
| Hex | A0 | 40 | 3D | 0 | 3C | 3E | 25 | 2 | 2D | 2B |
| Octal | 240 | 100 | 75 | 0 | 74 | 76 | 45 | 2 | 55 | 53 |
| Binary | 10100000 | 1000000 | 111101 | 0 | 111100 | 111110 | 100101 | 10 | 101101 | 101011 |
Color Harmonies of #A0403D
Complementary color
Monochromatic Colors of #A0403D
Black with #A0403D
Text Example
Text Example
White with #A0403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0403D; }
p { color: rgb(160,64,61); }
H1.HeaderClassName
{
color: #A0403D;
}
.AnyTagClassName
{
color: #A0403D;
}
</style>
background-color css
<style>
a { background-color: #A0403D; }
a { background-color: rgb(160,64,61); }
div.DivClassName
{
background-color: #A0403D;
}
.BgClassName
{
background-color: #A0403D;
}
</style>
border-color css
<style>
span { border-color: #A0403D; }
span { border-color: rgb(160,64,61); }
td.TdClassName
{
border-color: #A0403D;
}
.TagClassName
{
border-color: #A0403D;
}
</style>