Shades of Mexican Red #A13C3C
Tints of Mexican Red #A13C3C
RGB
CMYK
RGB Variations
Color information
#A13C3C (or 0xA13C3C) is known color: Mexican Red. HEX triplet: A1, 3C and 3C. RGB value is (161,60,60). Sum of RGB (Red+Green+Blue) = 161+60+60=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13C3C is #5EC3C3. Grayscale: #5A5A5A. Windows color (decimal): -6210500 or 3947681. OLE color: 3947681.
HSL color Cylindrical-coordinate representation of color #A13C3C: hue angle of 0º 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 #A13C3C is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 60 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.37 |
| HSL | 0º | 0.46% | 0.43% | - |
| HSV(B) | 0º | 0.63% | 0.63% | - |
| XYZ | 17.13 | 11.14 | 5.52 | - |
| YUV | 90.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 60 | 0 | 0.63 | 0.63 | 0.37 | 0 | 0.46 | 0.43 |
| Hex | A1 | 3C | 3C | 0 | 3F | 3F | 25 | 0 | 2E | 2B |
| Octal | 241 | 74 | 74 | 0 | 77 | 77 | 45 | 0 | 56 | 53 |
| Binary | 10100001 | 111100 | 111100 | 0 | 111111 | 111111 | 100101 | 0 | 101110 | 101011 |
Color Harmonies of #A13C3C
Complementary color
Monochromatic Colors of #A13C3C
Black with #A13C3C
Text Example
Text Example
White with #A13C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C3C; }
p { color: rgb(161,60,60); }
H1.HeaderClassName
{
color: #A13C3C;
}
.AnyTagClassName
{
color: #A13C3C;
}
</style>
background-color css
<style>
a { background-color: #A13C3C; }
a { background-color: rgb(161,60,60); }
div.DivClassName
{
background-color: #A13C3C;
}
.BgClassName
{
background-color: #A13C3C;
}
</style>
border-color css
<style>
span { border-color: #A13C3C; }
span { border-color: rgb(161,60,60); }
td.TdClassName
{
border-color: #A13C3C;
}
.TagClassName
{
border-color: #A13C3C;
}
</style>