Shades of Mexican Red #A13F3F
Tints of Mexican Red #A13F3F
RGB
CMYK
RGB Variations
Color information
#A13F3F (or 0xA13F3F) is known color: Mexican Red. HEX triplet: A1, 3F and 3F. RGB value is (161,63,63). Sum of RGB (Red+Green+Blue) = 161+63+63=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F3F is #5EC0C0. Grayscale: #5C5C5C. Windows color (decimal): -6209729 or 4145057. OLE color: 4145057.
HSL color Cylindrical-coordinate representation of color #A13F3F: hue angle of 0º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13F3F is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 63 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.37 |
| HSL | 0º | 0.44% | 0.44% | - |
| HSV(B) | 0º | 0.61% | 0.63% | - |
| XYZ | 17.37 | 11.49 | 6 | - |
| YUV | 92.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 63 | 0 | 0.61 | 0.61 | 0.37 | 0 | 0.44 | 0.44 |
| Hex | A1 | 3F | 3F | 0 | 3D | 3D | 25 | 0 | 2C | 2C |
| Octal | 241 | 77 | 77 | 0 | 75 | 75 | 45 | 0 | 54 | 54 |
| Binary | 10100001 | 111111 | 111111 | 0 | 111101 | 111101 | 100101 | 0 | 101100 | 101100 |
Color Harmonies of #A13F3F
Complementary color
Monochromatic Colors of #A13F3F
Black with #A13F3F
Text Example
Text Example
White with #A13F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F3F; }
p { color: rgb(161,63,63); }
H1.HeaderClassName
{
color: #A13F3F;
}
.AnyTagClassName
{
color: #A13F3F;
}
</style>
background-color css
<style>
a { background-color: #A13F3F; }
a { background-color: rgb(161,63,63); }
div.DivClassName
{
background-color: #A13F3F;
}
.BgClassName
{
background-color: #A13F3F;
}
</style>
border-color css
<style>
span { border-color: #A13F3F; }
span { border-color: rgb(161,63,63); }
td.TdClassName
{
border-color: #A13F3F;
}
.TagClassName
{
border-color: #A13F3F;
}
</style>