Shades of Mexican Red #A33E3D
Tints of Mexican Red #A33E3D
RGB
CMYK
RGB Variations
Color information
#A33E3D (or 0xA33E3D) is known color: Mexican Red. HEX triplet: A3, 3E and 3D. RGB value is (163,62,61). Sum of RGB (Red+Green+Blue) = 163+62+61=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E3D is #5CC1C2. Grayscale: #5C5C5C. Windows color (decimal): -6078915 or 4013731. OLE color: 4013731.
HSL color Cylindrical-coordinate representation of color #A33E3D: hue angle of 0.59º 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 #A33E3D is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 61 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.36 |
| HSL | 0.59º | 0.46% | 0.44% | - |
| HSV(B) | 0.59º | 0.63% | 0.64% | - |
| XYZ | 17.67 | 11.57 | 5.72 | - |
| YUV | 92.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 61 | 0 | 0.62 | 0.63 | 0.36 | 0.59 | 0.46 | 0.44 |
| Hex | A3 | 3E | 3D | 0 | 3E | 3F | 24 | 1 | 2E | 2C |
| Octal | 243 | 76 | 75 | 0 | 76 | 77 | 44 | 1 | 56 | 54 |
| Binary | 10100011 | 111110 | 111101 | 0 | 111110 | 111111 | 100100 | 1 | 101110 | 101100 |
Color Harmonies of #A33E3D
Complementary color
Monochromatic Colors of #A33E3D
Black with #A33E3D
Text Example
Text Example
White with #A33E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E3D; }
p { color: rgb(163,62,61); }
H1.HeaderClassName
{
color: #A33E3D;
}
.AnyTagClassName
{
color: #A33E3D;
}
</style>
background-color css
<style>
a { background-color: #A33E3D; }
a { background-color: rgb(163,62,61); }
div.DivClassName
{
background-color: #A33E3D;
}
.BgClassName
{
background-color: #A33E3D;
}
</style>
border-color css
<style>
span { border-color: #A33E3D; }
span { border-color: rgb(163,62,61); }
td.TdClassName
{
border-color: #A33E3D;
}
.TagClassName
{
border-color: #A33E3D;
}
</style>