Shades of Mandarian Orange #9B2401
Tints of Mandarian Orange #9B2401
RGB
CMYK
RGB Variations
Color information
#9B2401 (or 0x9B2401) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 01. RGB value is (155,36,1). Sum of RGB (Red+Green+Blue) = 155+36+1=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2401 is #64DBFE. Grayscale: #434343. Windows color (decimal): -6609919 or 74907. OLE color: 74907.
HSL color Cylindrical-coordinate representation of color #9B2401: hue angle of 13.64º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B2401 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.39 |
| HSL | 13.64º | 0.99% | 0.31% | - |
| HSV(B) | 13.64º | 0.99% | 0.61% | - |
| XYZ | 14.15 | 8.23 | 0.87 | - |
| YUV | 67.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 1 | 0 | 0.77 | 0.99 | 0.39 | 13.64 | 0.99 | 0.31 |
| Hex | 9B | 24 | 1 | 0 | 4D | 63 | 27 | E | 63 | 1F |
| Octal | 233 | 44 | 1 | 0 | 115 | 143 | 47 | 16 | 143 | 37 |
| Binary | 10011011 | 100100 | 1 | 0 | 1001101 | 1100011 | 100111 | 1110 | 1100011 | 11111 |
Color Harmonies of #9B2401
Complementary color
Monochromatic Colors of #9B2401
Black with #9B2401
Text Example
Text Example
White with #9B2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2401; }
p { color: rgb(155,36,1); }
H1.HeaderClassName
{
color: #9B2401;
}
.AnyTagClassName
{
color: #9B2401;
}
</style>
background-color css
<style>
a { background-color: #9B2401; }
a { background-color: rgb(155,36,1); }
div.DivClassName
{
background-color: #9B2401;
}
.BgClassName
{
background-color: #9B2401;
}
</style>
border-color css
<style>
span { border-color: #9B2401; }
span { border-color: rgb(155,36,1); }
td.TdClassName
{
border-color: #9B2401;
}
.TagClassName
{
border-color: #9B2401;
}
</style>