Shades of Mexican Red #A33E38
Tints of Mexican Red #A33E38
RGB
CMYK
RGB Variations
Color information
#A33E38 (or 0xA33E38) is known color: Mexican Red. HEX triplet: A3, 3E and 38. RGB value is (163,62,56). Sum of RGB (Red+Green+Blue) = 163+62+56=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E38 is #5CC1C7. Grayscale: #5B5B5B. Windows color (decimal): -6078920 or 3686051. OLE color: 3686051.
HSL color Cylindrical-coordinate representation of color #A33E38: hue angle of 3.36º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33E38 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 56 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.36 |
| HSL | 3.36º | 0.49% | 0.43% | - |
| HSV(B) | 3.36º | 0.66% | 0.64% | - |
| XYZ | 17.54 | 11.52 | 5.04 | - |
| YUV | 91.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 56 | 0 | 0.62 | 0.66 | 0.36 | 3.36 | 0.49 | 0.43 |
| Hex | A3 | 3E | 38 | 0 | 3E | 42 | 24 | 3 | 31 | 2B |
| Octal | 243 | 76 | 70 | 0 | 76 | 102 | 44 | 3 | 61 | 53 |
| Binary | 10100011 | 111110 | 111000 | 0 | 111110 | 1000010 | 100100 | 11 | 110001 | 101011 |
Color Harmonies of #A33E38
Complementary color
Monochromatic Colors of #A33E38
Black with #A33E38
Text Example
Text Example
White with #A33E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E38; }
p { color: rgb(163,62,56); }
H1.HeaderClassName
{
color: #A33E38;
}
.AnyTagClassName
{
color: #A33E38;
}
</style>
background-color css
<style>
a { background-color: #A33E38; }
a { background-color: rgb(163,62,56); }
div.DivClassName
{
background-color: #A33E38;
}
.BgClassName
{
background-color: #A33E38;
}
</style>
border-color css
<style>
span { border-color: #A33E38; }
span { border-color: rgb(163,62,56); }
td.TdClassName
{
border-color: #A33E38;
}
.TagClassName
{
border-color: #A33E38;
}
</style>