Shades of Mexican Red #9C403A
Tints of Mexican Red #9C403A
RGB
CMYK
RGB Variations
Color information
#9C403A (or 0x9C403A) is known color: Mexican Red. HEX triplet: 9C, 40 and 3A. RGB value is (156,64,58). Sum of RGB (Red+Green+Blue) = 156+64+58=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C403A is #63BFC5. Grayscale: #5A5A5A. Windows color (decimal): -6537158 or 3817628. OLE color: 3817628.
HSL color Cylindrical-coordinate representation of color #9C403A: hue angle of 3.67º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C403A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 58 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.39 |
| HSL | 3.67º | 0.46% | 0.42% | - |
| HSV(B) | 3.67º | 0.63% | 0.61% | - |
| XYZ | 16.31 | 11.04 | 5.27 | - |
| YUV | 90.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 58 | 0 | 0.59 | 0.63 | 0.39 | 3.67 | 0.46 | 0.42 |
| Hex | 9C | 40 | 3A | 0 | 3B | 3F | 27 | 4 | 2E | 2A |
| Octal | 234 | 100 | 72 | 0 | 73 | 77 | 47 | 4 | 56 | 52 |
| Binary | 10011100 | 1000000 | 111010 | 0 | 111011 | 111111 | 100111 | 100 | 101110 | 101010 |
Color Harmonies of #9C403A
Complementary color
Monochromatic Colors of #9C403A
Black with #9C403A
Text Example
Text Example
White with #9C403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C403A; }
p { color: rgb(156,64,58); }
H1.HeaderClassName
{
color: #9C403A;
}
.AnyTagClassName
{
color: #9C403A;
}
</style>
background-color css
<style>
a { background-color: #9C403A; }
a { background-color: rgb(156,64,58); }
div.DivClassName
{
background-color: #9C403A;
}
.BgClassName
{
background-color: #9C403A;
}
</style>
border-color css
<style>
span { border-color: #9C403A; }
span { border-color: rgb(156,64,58); }
td.TdClassName
{
border-color: #9C403A;
}
.TagClassName
{
border-color: #9C403A;
}
</style>