Shades of Mexican Red #A33F3C
Tints of Mexican Red #A33F3C
RGB
CMYK
RGB Variations
Color information
#A33F3C (or 0xA33F3C) is known color: Mexican Red. HEX triplet: A3, 3F and 3C. RGB value is (163,63,60). Sum of RGB (Red+Green+Blue) = 163+63+60=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F3C is #5CC0C3. Grayscale: #5C5C5C. Windows color (decimal): -6078660 or 3948451. OLE color: 3948451.
HSL color Cylindrical-coordinate representation of color #A33F3C: hue angle of 1.75º 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 #A33F3C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 63 | 60 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.36 |
| HSL | 1.75º | 0.46% | 0.44% | - |
| HSV(B) | 1.75º | 0.63% | 0.64% | - |
| XYZ | 17.7 | 11.67 | 5.59 | - |
| YUV | 92.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 60 | 0 | 0.61 | 0.63 | 0.36 | 1.75 | 0.46 | 0.44 |
| Hex | A3 | 3F | 3C | 0 | 3D | 3F | 24 | 2 | 2E | 2C |
| Octal | 243 | 77 | 74 | 0 | 75 | 77 | 44 | 2 | 56 | 54 |
| Binary | 10100011 | 111111 | 111100 | 0 | 111101 | 111111 | 100100 | 10 | 101110 | 101100 |
Color Harmonies of #A33F3C
Complementary color
Monochromatic Colors of #A33F3C
Black with #A33F3C
Text Example
Text Example
White with #A33F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33F3C; }
p { color: rgb(163,63,60); }
H1.HeaderClassName
{
color: #A33F3C;
}
.AnyTagClassName
{
color: #A33F3C;
}
</style>
background-color css
<style>
a { background-color: #A33F3C; }
a { background-color: rgb(163,63,60); }
div.DivClassName
{
background-color: #A33F3C;
}
.BgClassName
{
background-color: #A33F3C;
}
</style>
border-color css
<style>
span { border-color: #A33F3C; }
span { border-color: rgb(163,63,60); }
td.TdClassName
{
border-color: #A33F3C;
}
.TagClassName
{
border-color: #A33F3C;
}
</style>