Shades of Mexican Red #A13F39
Tints of Mexican Red #A13F39
RGB
CMYK
RGB Variations
Color information
#A13F39 (or 0xA13F39) is known color: Mexican Red. HEX triplet: A1, 3F and 39. RGB value is (161,63,57). Sum of RGB (Red+Green+Blue) = 161+63+57=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F39 is #5EC0C6. Grayscale: #5B5B5B. Windows color (decimal): -6209735 or 3751841. OLE color: 3751841.
HSL color Cylindrical-coordinate representation of color #A13F39: hue angle of 3.46º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13F39 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 57 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.37 |
| HSL | 3.46º | 0.48% | 0.43% | - |
| HSV(B) | 3.46º | 0.65% | 0.63% | - |
| XYZ | 17.21 | 11.43 | 5.17 | - |
| YUV | 91.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 57 | 0 | 0.61 | 0.65 | 0.37 | 3.46 | 0.48 | 0.43 |
| Hex | A1 | 3F | 39 | 0 | 3D | 41 | 25 | 3 | 30 | 2B |
| Octal | 241 | 77 | 71 | 0 | 75 | 101 | 45 | 3 | 60 | 53 |
| Binary | 10100001 | 111111 | 111001 | 0 | 111101 | 1000001 | 100101 | 11 | 110000 | 101011 |
Color Harmonies of #A13F39
Complementary color
Monochromatic Colors of #A13F39
Black with #A13F39
Text Example
Text Example
White with #A13F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F39; }
p { color: rgb(161,63,57); }
H1.HeaderClassName
{
color: #A13F39;
}
.AnyTagClassName
{
color: #A13F39;
}
</style>
background-color css
<style>
a { background-color: #A13F39; }
a { background-color: rgb(161,63,57); }
div.DivClassName
{
background-color: #A13F39;
}
.BgClassName
{
background-color: #A13F39;
}
</style>
border-color css
<style>
span { border-color: #A13F39; }
span { border-color: rgb(161,63,57); }
td.TdClassName
{
border-color: #A13F39;
}
.TagClassName
{
border-color: #A13F39;
}
</style>