Shades of Mexican Red #A23E3E
Tints of Mexican Red #A23E3E
RGB
CMYK
RGB Variations
Color information
#A23E3E (or 0xA23E3E) is known color: Mexican Red. HEX triplet: A2, 3E and 3E. RGB value is (162,62,62). Sum of RGB (Red+Green+Blue) = 162+62+62=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E3E is #5DC1C1. Grayscale: #5C5C5C. Windows color (decimal): -6144450 or 4079266. OLE color: 4079266.
HSL color Cylindrical-coordinate representation of color #A23E3E: 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 #A23E3E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 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.49 | 11.47 | 5.85 | - |
| YUV | 91.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 62 | 0 | 0.62 | 0.62 | 0.36 | 0 | 0.45 | 0.44 |
| Hex | A2 | 3E | 3E | 0 | 3E | 3E | 24 | 0 | 2D | 2C |
| Octal | 242 | 76 | 76 | 0 | 76 | 76 | 44 | 0 | 55 | 54 |
| Binary | 10100010 | 111110 | 111110 | 0 | 111110 | 111110 | 100100 | 0 | 101101 | 101100 |
Color Harmonies of #A23E3E
Complementary color
Monochromatic Colors of #A23E3E
Black with #A23E3E
Text Example
Text Example
White with #A23E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E3E; }
p { color: rgb(162,62,62); }
H1.HeaderClassName
{
color: #A23E3E;
}
.AnyTagClassName
{
color: #A23E3E;
}
</style>
background-color css
<style>
a { background-color: #A23E3E; }
a { background-color: rgb(162,62,62); }
div.DivClassName
{
background-color: #A23E3E;
}
.BgClassName
{
background-color: #A23E3E;
}
</style>
border-color css
<style>
span { border-color: #A23E3E; }
span { border-color: rgb(162,62,62); }
td.TdClassName
{
border-color: #A23E3E;
}
.TagClassName
{
border-color: #A23E3E;
}
</style>