Shades of Mexican Red #9A403B
Tints of Mexican Red #9A403B
RGB
CMYK
RGB Variations
Color information
#9A403B (or 0x9A403B) is known color: Mexican Red. HEX triplet: 9A, 40 and 3B. RGB value is (154,64,59). Sum of RGB (Red+Green+Blue) = 154+64+59=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A403B is #65BFC4. Grayscale: #5A5A5A. Windows color (decimal): -6668229 or 3883162. OLE color: 3883162.
HSL color Cylindrical-coordinate representation of color #9A403B: hue angle of 3.16º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A403B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 59 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.40 |
| HSL | 3.16º | 0.45% | 0.42% | - |
| HSV(B) | 3.16º | 0.62% | 0.6% | - |
| XYZ | 15.95 | 10.85 | 5.39 | - |
| YUV | 90.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 59 | 0 | 0.58 | 0.62 | 0.40 | 3.16 | 0.45 | 0.42 |
| Hex | 9A | 40 | 3B | 0 | 3A | 3E | 28 | 3 | 2D | 2A |
| Octal | 232 | 100 | 73 | 0 | 72 | 76 | 50 | 3 | 55 | 52 |
| Binary | 10011010 | 1000000 | 111011 | 0 | 111010 | 111110 | 101000 | 11 | 101101 | 101010 |
Color Harmonies of #9A403B
Complementary color
Monochromatic Colors of #9A403B
Black with #9A403B
Text Example
Text Example
White with #9A403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A403B; }
p { color: rgb(154,64,59); }
H1.HeaderClassName
{
color: #9A403B;
}
.AnyTagClassName
{
color: #9A403B;
}
</style>
background-color css
<style>
a { background-color: #9A403B; }
a { background-color: rgb(154,64,59); }
div.DivClassName
{
background-color: #9A403B;
}
.BgClassName
{
background-color: #9A403B;
}
</style>
border-color css
<style>
span { border-color: #9A403B; }
span { border-color: rgb(154,64,59); }
td.TdClassName
{
border-color: #9A403B;
}
.TagClassName
{
border-color: #9A403B;
}
</style>