Shades of Mexican Red #9B3C3A
Tints of Mexican Red #9B3C3A
RGB
CMYK
RGB Variations
Color information
#9B3C3A (or 0x9B3C3A) is known color: Mexican Red. HEX triplet: 9B, 3C and 3A. RGB value is (155,60,58). Sum of RGB (Red+Green+Blue) = 155+60+58=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C3A is #64C3C5. Grayscale: #585858. Windows color (decimal): -6603718 or 3816603. OLE color: 3816603.
HSL color Cylindrical-coordinate representation of color #9B3C3A: hue angle of 1.24º 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 #9B3C3A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 58 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.39 |
| HSL | 1.24º | 0.46% | 0.42% | - |
| HSV(B) | 1.24º | 0.63% | 0.61% | - |
| XYZ | 15.9 | 10.51 | 5.19 | - |
| YUV | 88.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 58 | 0 | 0.61 | 0.63 | 0.39 | 1.24 | 0.46 | 0.42 |
| Hex | 9B | 3C | 3A | 0 | 3D | 3F | 27 | 1 | 2E | 2A |
| Octal | 233 | 74 | 72 | 0 | 75 | 77 | 47 | 1 | 56 | 52 |
| Binary | 10011011 | 111100 | 111010 | 0 | 111101 | 111111 | 100111 | 1 | 101110 | 101010 |
Color Harmonies of #9B3C3A
Complementary color
Monochromatic Colors of #9B3C3A
Black with #9B3C3A
Text Example
Text Example
White with #9B3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C3A; }
p { color: rgb(155,60,58); }
H1.HeaderClassName
{
color: #9B3C3A;
}
.AnyTagClassName
{
color: #9B3C3A;
}
</style>
background-color css
<style>
a { background-color: #9B3C3A; }
a { background-color: rgb(155,60,58); }
div.DivClassName
{
background-color: #9B3C3A;
}
.BgClassName
{
background-color: #9B3C3A;
}
</style>
border-color css
<style>
span { border-color: #9B3C3A; }
span { border-color: rgb(155,60,58); }
td.TdClassName
{
border-color: #9B3C3A;
}
.TagClassName
{
border-color: #9B3C3A;
}
</style>