Shades of Mandarian Orange #9B2400
Tints of Mandarian Orange #9B2400
RGB
CMYK
RGB Variations
Color information
#9B2400 (or 0x9B2400) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 00. RGB value is (155,36,0). Sum of RGB (Red+Green+Blue) = 155+36+0=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2400 is #64DBFF. Grayscale: #434343. Windows color (decimal): -6609920 or 9371. OLE color: 9371.
HSL color Cylindrical-coordinate representation of color #9B2400: hue angle of 13.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B2400 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.39 |
| HSL | 13.94º | 1% | 0.3% | - |
| HSV(B) | 13.94º | 1% | 0.61% | - |
| XYZ | 14.15 | 8.23 | 0.84 | - |
| YUV | 67.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 0 | 0 | 0.77 | 1 | 0.39 | 13.94 | 1 | 0.3 |
| Hex | 9B | 24 | 0 | 0 | 4D | 64 | 27 | E | 64 | 1E |
| Octal | 233 | 44 | 0 | 0 | 115 | 144 | 47 | 16 | 144 | 36 |
| Binary | 10011011 | 100100 | 0 | 0 | 1001101 | 1100100 | 100111 | 1110 | 1100100 | 11110 |
Color Harmonies of #9B2400
Complementary color
Monochromatic Colors of #9B2400
Black with #9B2400
Text Example
Text Example
White with #9B2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2400; }
p { color: rgb(155,36,0); }
H1.HeaderClassName
{
color: #9B2400;
}
.AnyTagClassName
{
color: #9B2400;
}
</style>
background-color css
<style>
a { background-color: #9B2400; }
a { background-color: rgb(155,36,0); }
div.DivClassName
{
background-color: #9B2400;
}
.BgClassName
{
background-color: #9B2400;
}
</style>
border-color css
<style>
span { border-color: #9B2400; }
span { border-color: rgb(155,36,0); }
td.TdClassName
{
border-color: #9B2400;
}
.TagClassName
{
border-color: #9B2400;
}
</style>