Shades of Mexican Red #A23D36
Tints of Mexican Red #A23D36
RGB
CMYK
RGB Variations
Color information
#A23D36 (or 0xA23D36) is known color: Mexican Red. HEX triplet: A2, 3D and 36. RGB value is (162,61,54). Sum of RGB (Red+Green+Blue) = 162+61+54=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D36 is #5DC2C9. Grayscale: #5A5A5A. Windows color (decimal): -6144714 or 3554722. OLE color: 3554722.
HSL color Cylindrical-coordinate representation of color #A23D36: hue angle of 3.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23D36 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 54 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.36 |
| HSL | 3.89º | 0.5% | 0.42% | - |
| HSV(B) | 3.89º | 0.67% | 0.64% | - |
| XYZ | 17.23 | 11.29 | 4.76 | - |
| YUV | 90.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 54 | 0 | 0.62 | 0.67 | 0.36 | 3.89 | 0.5 | 0.42 |
| Hex | A2 | 3D | 36 | 0 | 3E | 43 | 24 | 4 | 32 | 2A |
| Octal | 242 | 75 | 66 | 0 | 76 | 103 | 44 | 4 | 62 | 52 |
| Binary | 10100010 | 111101 | 110110 | 0 | 111110 | 1000011 | 100100 | 100 | 110010 | 101010 |
Color Harmonies of #A23D36
Complementary color
Monochromatic Colors of #A23D36
Black with #A23D36
Text Example
Text Example
White with #A23D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D36; }
p { color: rgb(162,61,54); }
H1.HeaderClassName
{
color: #A23D36;
}
.AnyTagClassName
{
color: #A23D36;
}
</style>
background-color css
<style>
a { background-color: #A23D36; }
a { background-color: rgb(162,61,54); }
div.DivClassName
{
background-color: #A23D36;
}
.BgClassName
{
background-color: #A23D36;
}
</style>
border-color css
<style>
span { border-color: #A23D36; }
span { border-color: rgb(162,61,54); }
td.TdClassName
{
border-color: #A23D36;
}
.TagClassName
{
border-color: #A23D36;
}
</style>