Shades of Mexican Red #A23939
Tints of Mexican Red #A23939
RGB
CMYK
RGB Variations
Color information
#A23939 (or 0xA23939) is known color: Mexican Red. HEX triplet: A2, 39 and 39. RGB value is (162,57,57). Sum of RGB (Red+Green+Blue) = 162+57+57=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A23939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23939 is #5DC6C6. Grayscale: #585858. Windows color (decimal): -6145735 or 3750306. OLE color: 3750306.
HSL color Cylindrical-coordinate representation of color #A23939: hue angle of 0º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23939 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 57 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.36 |
| HSL | 0º | 0.48% | 0.43% | - |
| HSV(B) | 0º | 0.65% | 0.64% | - |
| XYZ | 17.1 | 10.9 | 5.07 | - |
| YUV | 88.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 57 | 0 | 0.65 | 0.65 | 0.36 | 0 | 0.48 | 0.43 |
| Hex | A2 | 39 | 39 | 0 | 41 | 41 | 24 | 0 | 30 | 2B |
| Octal | 242 | 71 | 71 | 0 | 101 | 101 | 44 | 0 | 60 | 53 |
| Binary | 10100010 | 111001 | 111001 | 0 | 1000001 | 1000001 | 100100 | 0 | 110000 | 101011 |
Color Harmonies of #A23939
Complementary color
Monochromatic Colors of #A23939
Black with #A23939
Text Example
Text Example
White with #A23939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23939; }
p { color: rgb(162,57,57); }
H1.HeaderClassName
{
color: #A23939;
}
.AnyTagClassName
{
color: #A23939;
}
</style>
background-color css
<style>
a { background-color: #A23939; }
a { background-color: rgb(162,57,57); }
div.DivClassName
{
background-color: #A23939;
}
.BgClassName
{
background-color: #A23939;
}
</style>
border-color css
<style>
span { border-color: #A23939; }
span { border-color: rgb(162,57,57); }
td.TdClassName
{
border-color: #A23939;
}
.TagClassName
{
border-color: #A23939;
}
</style>