Shades of Mexican Red #A33E3E
Tints of Mexican Red #A33E3E
RGB
CMYK
RGB Variations
Color information
#A33E3E (or 0xA33E3E) is known color: Mexican Red. HEX triplet: A3, 3E and 3E. RGB value is (163,62,62). Sum of RGB (Red+Green+Blue) = 163+62+62=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E3E is #5CC1C1. Grayscale: #5C5C5C. Windows color (decimal): -6078914 or 4079267. OLE color: 4079267.
HSL color Cylindrical-coordinate representation of color #A33E3E: hue angle of 0º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33E3E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 62 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.36 |
| HSL | 0º | 0.45% | 0.44% | - |
| HSV(B) | 0º | 0.62% | 0.64% | - |
| XYZ | 17.7 | 11.58 | 5.86 | - |
| YUV | 92.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 62 | 0 | 0.62 | 0.62 | 0.36 | 0 | 0.45 | 0.44 |
| Hex | A3 | 3E | 3E | 0 | 3E | 3E | 24 | 0 | 2D | 2C |
| Octal | 243 | 76 | 76 | 0 | 76 | 76 | 44 | 0 | 55 | 54 |
| Binary | 10100011 | 111110 | 111110 | 0 | 111110 | 111110 | 100100 | 0 | 101101 | 101100 |
Color Harmonies of #A33E3E
Complementary color
Monochromatic Colors of #A33E3E
Black with #A33E3E
Text Example
Text Example
White with #A33E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E3E; }
p { color: rgb(163,62,62); }
H1.HeaderClassName
{
color: #A33E3E;
}
.AnyTagClassName
{
color: #A33E3E;
}
</style>
background-color css
<style>
a { background-color: #A33E3E; }
a { background-color: rgb(163,62,62); }
div.DivClassName
{
background-color: #A33E3E;
}
.BgClassName
{
background-color: #A33E3E;
}
</style>
border-color css
<style>
span { border-color: #A33E3E; }
span { border-color: rgb(163,62,62); }
td.TdClassName
{
border-color: #A33E3E;
}
.TagClassName
{
border-color: #A33E3E;
}
</style>