Shades of Mandarian Orange #9B2610
Tints of Mandarian Orange #9B2610
RGB
CMYK
RGB Variations
Color information
#9B2610 (or 0x9B2610) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 10. RGB value is (155,38,16). Sum of RGB (Red+Green+Blue) = 155+38+16=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2610 is #64D9EF. Grayscale: #464646. Windows color (decimal): -6609392 or 1058459. OLE color: 1058459.
HSL color Cylindrical-coordinate representation of color #9B2610: hue angle of 9.5º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B2610 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 16 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.39 |
| HSL | 9.5º | 0.81% | 0.34% | - |
| HSV(B) | 9.5º | 0.9% | 0.61% | - |
| XYZ | 14.3 | 8.39 | 1.36 | - |
| YUV | 70.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 16 | 0 | 0.75 | 0.90 | 0.39 | 9.5 | 0.81 | 0.34 |
| Hex | 9B | 26 | 10 | 0 | 4B | 5A | 27 | 9 | 51 | 22 |
| Octal | 233 | 46 | 20 | 0 | 113 | 132 | 47 | 11 | 121 | 42 |
| Binary | 10011011 | 100110 | 10000 | 0 | 1001011 | 1011010 | 100111 | 1001 | 1010001 | 100010 |
Color Harmonies of #9B2610
Complementary color
Monochromatic Colors of #9B2610
Black with #9B2610
Text Example
Text Example
White with #9B2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2610; }
p { color: rgb(155,38,16); }
H1.HeaderClassName
{
color: #9B2610;
}
.AnyTagClassName
{
color: #9B2610;
}
</style>
background-color css
<style>
a { background-color: #9B2610; }
a { background-color: rgb(155,38,16); }
div.DivClassName
{
background-color: #9B2610;
}
.BgClassName
{
background-color: #9B2610;
}
</style>
border-color css
<style>
span { border-color: #9B2610; }
span { border-color: rgb(155,38,16); }
td.TdClassName
{
border-color: #9B2610;
}
.TagClassName
{
border-color: #9B2610;
}
</style>