Shades of Mexican Red #A73B3A
Tints of Mexican Red #A73B3A
RGB
CMYK
RGB Variations
Color information
#A73B3A (or 0xA73B3A) is known color: Mexican Red. HEX triplet: A7, 3B and 3A. RGB value is (167,59,58). Sum of RGB (Red+Green+Blue) = 167+59+58=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73B3A is #58C4C5. Grayscale: #5B5B5B. Windows color (decimal): -5817542 or 3816359. OLE color: 3816359.
HSL color Cylindrical-coordinate representation of color #A73B3A: hue angle of 0.55º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73B3A is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 58 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.35 |
| HSL | 0.55º | 0.48% | 0.44% | - |
| HSV(B) | 0.55º | 0.65% | 0.65% | - |
| XYZ | 18.26 | 11.65 | 5.29 | - |
| YUV | 91.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 58 | 0 | 0.65 | 0.65 | 0.35 | 0.55 | 0.48 | 0.44 |
| Hex | A7 | 3B | 3A | 0 | 41 | 41 | 23 | 1 | 30 | 2C |
| Octal | 247 | 73 | 72 | 0 | 101 | 101 | 43 | 1 | 60 | 54 |
| Binary | 10100111 | 111011 | 111010 | 0 | 1000001 | 1000001 | 100011 | 1 | 110000 | 101100 |
Color Harmonies of #A73B3A
Complementary color
Monochromatic Colors of #A73B3A
Black with #A73B3A
Text Example
Text Example
White with #A73B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B3A; }
p { color: rgb(167,59,58); }
H1.HeaderClassName
{
color: #A73B3A;
}
.AnyTagClassName
{
color: #A73B3A;
}
</style>
background-color css
<style>
a { background-color: #A73B3A; }
a { background-color: rgb(167,59,58); }
div.DivClassName
{
background-color: #A73B3A;
}
.BgClassName
{
background-color: #A73B3A;
}
</style>
border-color css
<style>
span { border-color: #A73B3A; }
span { border-color: rgb(167,59,58); }
td.TdClassName
{
border-color: #A73B3A;
}
.TagClassName
{
border-color: #A73B3A;
}
</style>