Shades of Mexican Red #A33F3E
Tints of Mexican Red #A33F3E
RGB
CMYK
RGB Variations
Color information
#A33F3E (or 0xA33F3E) is known color: Mexican Red. HEX triplet: A3, 3F and 3E. RGB value is (163,63,62). Sum of RGB (Red+Green+Blue) = 163+63+62=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F3E is #5CC0C1. Grayscale: #5C5C5C. Windows color (decimal): -6078658 or 4079523. OLE color: 4079523.
HSL color Cylindrical-coordinate representation of color #A33F3E: hue angle of 0.59º 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 #A33F3E is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 63 | 62 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.36 |
| HSL | 0.59º | 0.45% | 0.44% | - |
| HSV(B) | 0.59º | 0.62% | 0.64% | - |
| XYZ | 17.75 | 11.69 | 5.88 | - |
| YUV | 92.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 62 | 0 | 0.61 | 0.62 | 0.36 | 0.59 | 0.45 | 0.44 |
| Hex | A3 | 3F | 3E | 0 | 3D | 3E | 24 | 1 | 2D | 2C |
| Octal | 243 | 77 | 76 | 0 | 75 | 76 | 44 | 1 | 55 | 54 |
| Binary | 10100011 | 111111 | 111110 | 0 | 111101 | 111110 | 100100 | 1 | 101101 | 101100 |
Color Harmonies of #A33F3E
Complementary color
Monochromatic Colors of #A33F3E
Black with #A33F3E
Text Example
Text Example
White with #A33F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33F3E; }
p { color: rgb(163,63,62); }
H1.HeaderClassName
{
color: #A33F3E;
}
.AnyTagClassName
{
color: #A33F3E;
}
</style>
background-color css
<style>
a { background-color: #A33F3E; }
a { background-color: rgb(163,63,62); }
div.DivClassName
{
background-color: #A33F3E;
}
.BgClassName
{
background-color: #A33F3E;
}
</style>
border-color css
<style>
span { border-color: #A33F3E; }
span { border-color: rgb(163,63,62); }
td.TdClassName
{
border-color: #A33F3E;
}
.TagClassName
{
border-color: #A33F3E;
}
</style>