Shades of Mandarian Orange #9C231B
Tints of Mandarian Orange #9C231B
RGB
CMYK
RGB Variations
Color information
#9C231B (or 0x9C231B) is known color: Mandarian Orange. HEX triplet: 9C, 23 and 1B. RGB value is (156,35,27). Sum of RGB (Red+Green+Blue) = 156+35+27=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C231B is #63DCE4. Grayscale: #464646. Windows color (decimal): -6544613 or 1778588. OLE color: 1778588.
HSL color Cylindrical-coordinate representation of color #9C231B: hue angle of 3.72º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C231B is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 27 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.39 |
| HSL | 3.72º | 0.7% | 0.36% | - |
| HSV(B) | 3.72º | 0.83% | 0.61% | - |
| XYZ | 14.51 | 8.35 | 1.88 | - |
| YUV | 70.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 27 | 0 | 0.78 | 0.83 | 0.39 | 3.72 | 0.7 | 0.36 |
| Hex | 9C | 23 | 1B | 0 | 4E | 53 | 27 | 4 | 46 | 24 |
| Octal | 234 | 43 | 33 | 0 | 116 | 123 | 47 | 4 | 106 | 44 |
| Binary | 10011100 | 100011 | 11011 | 0 | 1001110 | 1010011 | 100111 | 100 | 1000110 | 100100 |
Color Harmonies of #9C231B
Complementary color
Monochromatic Colors of #9C231B
Black with #9C231B
Text Example
Text Example
White with #9C231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C231B; }
p { color: rgb(156,35,27); }
H1.HeaderClassName
{
color: #9C231B;
}
.AnyTagClassName
{
color: #9C231B;
}
</style>
background-color css
<style>
a { background-color: #9C231B; }
a { background-color: rgb(156,35,27); }
div.DivClassName
{
background-color: #9C231B;
}
.BgClassName
{
background-color: #9C231B;
}
</style>
border-color css
<style>
span { border-color: #9C231B; }
span { border-color: rgb(156,35,27); }
td.TdClassName
{
border-color: #9C231B;
}
.TagClassName
{
border-color: #9C231B;
}
</style>