Shades of Mandarian Orange #9B180B
Tints of Mandarian Orange #9B180B
RGB
CMYK
RGB Variations
Color information
#9B180B (or 0x9B180B) is known color: Mandarian Orange. HEX triplet: 9B, 18 and 0B. RGB value is (155,24,11). Sum of RGB (Red+Green+Blue) = 155+24+11=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B180B is #64E7F4. Grayscale: #3D3D3D. Windows color (decimal): -6612981 or 727195. OLE color: 727195.
HSL color Cylindrical-coordinate representation of color #9B180B: hue angle of 5.42º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B180B is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 11 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.39 |
| HSL | 5.42º | 0.87% | 0.33% | - |
| HSV(B) | 5.42º | 0.93% | 0.61% | - |
| XYZ | 13.9 | 7.65 | 1.06 | - |
| YUV | 61.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 11 | 0 | 0.85 | 0.93 | 0.39 | 5.42 | 0.87 | 0.33 |
| Hex | 9B | 18 | B | 0 | 55 | 5D | 27 | 5 | 57 | 21 |
| Octal | 233 | 30 | 13 | 0 | 125 | 135 | 47 | 5 | 127 | 41 |
| Binary | 10011011 | 11000 | 1011 | 0 | 1010101 | 1011101 | 100111 | 101 | 1010111 | 100001 |
Color Harmonies of #9B180B
Complementary color
Monochromatic Colors of #9B180B
Black with #9B180B
Text Example
Text Example
White with #9B180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B180B; }
p { color: rgb(155,24,11); }
H1.HeaderClassName
{
color: #9B180B;
}
.AnyTagClassName
{
color: #9B180B;
}
</style>
background-color css
<style>
a { background-color: #9B180B; }
a { background-color: rgb(155,24,11); }
div.DivClassName
{
background-color: #9B180B;
}
.BgClassName
{
background-color: #9B180B;
}
</style>
border-color css
<style>
span { border-color: #9B180B; }
span { border-color: rgb(155,24,11); }
td.TdClassName
{
border-color: #9B180B;
}
.TagClassName
{
border-color: #9B180B;
}
</style>