Shades of Mandarian Orange #9B2510
Tints of Mandarian Orange #9B2510
RGB
CMYK
RGB Variations
Color information
#9B2510 (or 0x9B2510) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 10. RGB value is (155,37,16). Sum of RGB (Red+Green+Blue) = 155+37+16=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2510 is #64DAEF. Grayscale: #464646. Windows color (decimal): -6609648 or 1058203. OLE color: 1058203.
HSL color Cylindrical-coordinate representation of color #9B2510: hue angle of 9.06º 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 #9B2510 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 16 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.39 |
| HSL | 9.06º | 0.81% | 0.34% | - |
| HSV(B) | 9.06º | 0.9% | 0.61% | - |
| XYZ | 14.27 | 8.33 | 1.35 | - |
| YUV | 69.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 16 | 0 | 0.76 | 0.90 | 0.39 | 9.06 | 0.81 | 0.34 |
| Hex | 9B | 25 | 10 | 0 | 4C | 5A | 27 | 9 | 51 | 22 |
| Octal | 233 | 45 | 20 | 0 | 114 | 132 | 47 | 11 | 121 | 42 |
| Binary | 10011011 | 100101 | 10000 | 0 | 1001100 | 1011010 | 100111 | 1001 | 1010001 | 100010 |
Color Harmonies of #9B2510
Complementary color
Monochromatic Colors of #9B2510
Black with #9B2510
Text Example
Text Example
White with #9B2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2510; }
p { color: rgb(155,37,16); }
H1.HeaderClassName
{
color: #9B2510;
}
.AnyTagClassName
{
color: #9B2510;
}
</style>
background-color css
<style>
a { background-color: #9B2510; }
a { background-color: rgb(155,37,16); }
div.DivClassName
{
background-color: #9B2510;
}
.BgClassName
{
background-color: #9B2510;
}
</style>
border-color css
<style>
span { border-color: #9B2510; }
span { border-color: rgb(155,37,16); }
td.TdClassName
{
border-color: #9B2510;
}
.TagClassName
{
border-color: #9B2510;
}
</style>