Shades of Mexican Red #9C403E
Tints of Mexican Red #9C403E
RGB
CMYK
RGB Variations
Color information
#9C403E (or 0x9C403E) is known color: Mexican Red. HEX triplet: 9C, 40 and 3E. RGB value is (156,64,62). Sum of RGB (Red+Green+Blue) = 156+64+62=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C403E is #63BFC1. Grayscale: #5B5B5B. Windows color (decimal): -6537154 or 4079772. OLE color: 4079772.
HSL color Cylindrical-coordinate representation of color #9C403E: hue angle of 1.28º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C403E is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 62 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.39 |
| HSL | 1.28º | 0.43% | 0.43% | - |
| HSV(B) | 1.28º | 0.6% | 0.61% | - |
| XYZ | 16.41 | 11.08 | 5.83 | - |
| YUV | 91.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 62 | 0 | 0.59 | 0.60 | 0.39 | 1.28 | 0.43 | 0.43 |
| Hex | 9C | 40 | 3E | 0 | 3B | 3C | 27 | 1 | 2B | 2B |
| Octal | 234 | 100 | 76 | 0 | 73 | 74 | 47 | 1 | 53 | 53 |
| Binary | 10011100 | 1000000 | 111110 | 0 | 111011 | 111100 | 100111 | 1 | 101011 | 101011 |
Color Harmonies of #9C403E
Complementary color
Monochromatic Colors of #9C403E
Black with #9C403E
Text Example
Text Example
White with #9C403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C403E; }
p { color: rgb(156,64,62); }
H1.HeaderClassName
{
color: #9C403E;
}
.AnyTagClassName
{
color: #9C403E;
}
</style>
background-color css
<style>
a { background-color: #9C403E; }
a { background-color: rgb(156,64,62); }
div.DivClassName
{
background-color: #9C403E;
}
.BgClassName
{
background-color: #9C403E;
}
</style>
border-color css
<style>
span { border-color: #9C403E; }
span { border-color: rgb(156,64,62); }
td.TdClassName
{
border-color: #9C403E;
}
.TagClassName
{
border-color: #9C403E;
}
</style>