Shades of Mexican Red #A23C3C
Tints of Mexican Red #A23C3C
RGB
CMYK
RGB Variations
Color information
#A23C3C (or 0xA23C3C) is known color: Mexican Red. HEX triplet: A2, 3C and 3C. RGB value is (162,60,60). Sum of RGB (Red+Green+Blue) = 162+60+60=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C3C is #5DC3C3. Grayscale: #5A5A5A. Windows color (decimal): -6144964 or 3947682. OLE color: 3947682.
HSL color Cylindrical-coordinate representation of color #A23C3C: hue angle of 0º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C3C is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 60 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.36 |
| HSL | 0º | 0.46% | 0.44% | - |
| HSV(B) | 0º | 0.63% | 0.64% | - |
| XYZ | 17.33 | 11.24 | 5.53 | - |
| YUV | 90.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 60 | 0 | 0.63 | 0.63 | 0.36 | 0 | 0.46 | 0.44 |
| Hex | A2 | 3C | 3C | 0 | 3F | 3F | 24 | 0 | 2E | 2C |
| Octal | 242 | 74 | 74 | 0 | 77 | 77 | 44 | 0 | 56 | 54 |
| Binary | 10100010 | 111100 | 111100 | 0 | 111111 | 111111 | 100100 | 0 | 101110 | 101100 |
Color Harmonies of #A23C3C
Complementary color
Monochromatic Colors of #A23C3C
Black with #A23C3C
Text Example
Text Example
White with #A23C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C3C; }
p { color: rgb(162,60,60); }
H1.HeaderClassName
{
color: #A23C3C;
}
.AnyTagClassName
{
color: #A23C3C;
}
</style>
background-color css
<style>
a { background-color: #A23C3C; }
a { background-color: rgb(162,60,60); }
div.DivClassName
{
background-color: #A23C3C;
}
.BgClassName
{
background-color: #A23C3C;
}
</style>
border-color css
<style>
span { border-color: #A23C3C; }
span { border-color: rgb(162,60,60); }
td.TdClassName
{
border-color: #A23C3C;
}
.TagClassName
{
border-color: #A23C3C;
}
</style>