Shades of Mexican Red #943C3A
Tints of Mexican Red #943C3A
RGB
CMYK
RGB Variations
Color information
#943C3A (or 0x943C3A) is known color: Mexican Red. HEX triplet: 94, 3C and 3A. RGB value is (148,60,58). Sum of RGB (Red+Green+Blue) = 148+60+58=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #943C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943C3A is #6BC3C5. Grayscale: #565656. Windows color (decimal): -7062470 or 3816596. OLE color: 3816596.
HSL color Cylindrical-coordinate representation of color #943C3A: hue angle of 1.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943C3A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 58 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.42 |
| HSL | 1.33º | 0.44% | 0.4% | - |
| HSV(B) | 1.33º | 0.61% | 0.58% | - |
| XYZ | 14.59 | 9.83 | 5.13 | - |
| YUV | 86.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 58 | 0 | 0.59 | 0.61 | 0.42 | 1.33 | 0.44 | 0.4 |
| Hex | 94 | 3C | 3A | 0 | 3B | 3D | 2A | 1 | 2C | 28 |
| Octal | 224 | 74 | 72 | 0 | 73 | 75 | 52 | 1 | 54 | 50 |
| Binary | 10010100 | 111100 | 111010 | 0 | 111011 | 111101 | 101010 | 1 | 101100 | 101000 |
Color Harmonies of #943C3A
Complementary color
Monochromatic Colors of #943C3A
Black with #943C3A
Text Example
Text Example
White with #943C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C3A; }
p { color: rgb(148,60,58); }
H1.HeaderClassName
{
color: #943C3A;
}
.AnyTagClassName
{
color: #943C3A;
}
</style>
background-color css
<style>
a { background-color: #943C3A; }
a { background-color: rgb(148,60,58); }
div.DivClassName
{
background-color: #943C3A;
}
.BgClassName
{
background-color: #943C3A;
}
</style>
border-color css
<style>
span { border-color: #943C3A; }
span { border-color: rgb(148,60,58); }
td.TdClassName
{
border-color: #943C3A;
}
.TagClassName
{
border-color: #943C3A;
}
</style>