Shades of Mexican Red #A23F3E
Tints of Mexican Red #A23F3E
RGB
CMYK
RGB Variations
Color information
#A23F3E (or 0xA23F3E) is known color: Mexican Red. HEX triplet: A2, 3F and 3E. RGB value is (162,63,62). Sum of RGB (Red+Green+Blue) = 162+63+62=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F3E is #5DC0C1. Grayscale: #5C5C5C. Windows color (decimal): -6144194 or 4079522. OLE color: 4079522.
HSL color Cylindrical-coordinate representation of color #A23F3E: hue angle of 0.6º 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 #A23F3E is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 62 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.36 |
| HSL | 0.6º | 0.45% | 0.44% | - |
| HSV(B) | 0.6º | 0.62% | 0.64% | - |
| XYZ | 17.55 | 11.58 | 5.87 | - |
| YUV | 92.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 62 | 0 | 0.61 | 0.62 | 0.36 | 0.6 | 0.45 | 0.44 |
| Hex | A2 | 3F | 3E | 0 | 3D | 3E | 24 | 1 | 2D | 2C |
| Octal | 242 | 77 | 76 | 0 | 75 | 76 | 44 | 1 | 55 | 54 |
| Binary | 10100010 | 111111 | 111110 | 0 | 111101 | 111110 | 100100 | 1 | 101101 | 101100 |
Color Harmonies of #A23F3E
Complementary color
Monochromatic Colors of #A23F3E
Black with #A23F3E
Text Example
Text Example
White with #A23F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F3E; }
p { color: rgb(162,63,62); }
H1.HeaderClassName
{
color: #A23F3E;
}
.AnyTagClassName
{
color: #A23F3E;
}
</style>
background-color css
<style>
a { background-color: #A23F3E; }
a { background-color: rgb(162,63,62); }
div.DivClassName
{
background-color: #A23F3E;
}
.BgClassName
{
background-color: #A23F3E;
}
</style>
border-color css
<style>
span { border-color: #A23F3E; }
span { border-color: rgb(162,63,62); }
td.TdClassName
{
border-color: #A23F3E;
}
.TagClassName
{
border-color: #A23F3E;
}
</style>