Shades of Mexican Red #A13D3C
Tints of Mexican Red #A13D3C
RGB
CMYK
RGB Variations
Color information
#A13D3C (or 0xA13D3C) is known color: Mexican Red. HEX triplet: A1, 3D and 3C. RGB value is (161,61,60). Sum of RGB (Red+Green+Blue) = 161+61+60=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D3C is #5EC2C3. Grayscale: #5A5A5A. Windows color (decimal): -6210244 or 3947937. OLE color: 3947937.
HSL color Cylindrical-coordinate representation of color #A13D3C: hue angle of 0.59º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13D3C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 60 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.37 |
| HSL | 0.59º | 0.46% | 0.43% | - |
| HSV(B) | 0.59º | 0.63% | 0.63% | - |
| XYZ | 17.18 | 11.24 | 5.54 | - |
| YUV | 90.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 60 | 0 | 0.62 | 0.63 | 0.37 | 0.59 | 0.46 | 0.43 |
| Hex | A1 | 3D | 3C | 0 | 3E | 3F | 25 | 1 | 2E | 2B |
| Octal | 241 | 75 | 74 | 0 | 76 | 77 | 45 | 1 | 56 | 53 |
| Binary | 10100001 | 111101 | 111100 | 0 | 111110 | 111111 | 100101 | 1 | 101110 | 101011 |
Color Harmonies of #A13D3C
Complementary color
Monochromatic Colors of #A13D3C
Black with #A13D3C
Text Example
Text Example
White with #A13D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D3C; }
p { color: rgb(161,61,60); }
H1.HeaderClassName
{
color: #A13D3C;
}
.AnyTagClassName
{
color: #A13D3C;
}
</style>
background-color css
<style>
a { background-color: #A13D3C; }
a { background-color: rgb(161,61,60); }
div.DivClassName
{
background-color: #A13D3C;
}
.BgClassName
{
background-color: #A13D3C;
}
</style>
border-color css
<style>
span { border-color: #A13D3C; }
span { border-color: rgb(161,61,60); }
td.TdClassName
{
border-color: #A13D3C;
}
.TagClassName
{
border-color: #A13D3C;
}
</style>