Shades of Mandarian Orange #9B210C
Tints of Mandarian Orange #9B210C
RGB
CMYK
RGB Variations
Color information
#9B210C (or 0x9B210C) is known color: Mandarian Orange. HEX triplet: 9B, 21 and 0C. RGB value is (155,33,12). Sum of RGB (Red+Green+Blue) = 155+33+12=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B210C is #64DEF3. Grayscale: #434343. Windows color (decimal): -6610676 or 795035. OLE color: 795035.
HSL color Cylindrical-coordinate representation of color #9B210C: hue angle of 8.81º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B210C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 33 | 12 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.39 |
| HSL | 8.81º | 0.86% | 0.33% | - |
| HSV(B) | 8.81º | 0.92% | 0.61% | - |
| XYZ | 14.13 | 8.08 | 1.16 | - |
| YUV | 67.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 12 | 0 | 0.79 | 0.92 | 0.39 | 8.81 | 0.86 | 0.33 |
| Hex | 9B | 21 | C | 0 | 4F | 5C | 27 | 9 | 56 | 21 |
| Octal | 233 | 41 | 14 | 0 | 117 | 134 | 47 | 11 | 126 | 41 |
| Binary | 10011011 | 100001 | 1100 | 0 | 1001111 | 1011100 | 100111 | 1001 | 1010110 | 100001 |
Color Harmonies of #9B210C
Complementary color
Monochromatic Colors of #9B210C
Black with #9B210C
Text Example
Text Example
White with #9B210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B210C; }
p { color: rgb(155,33,12); }
H1.HeaderClassName
{
color: #9B210C;
}
.AnyTagClassName
{
color: #9B210C;
}
</style>
background-color css
<style>
a { background-color: #9B210C; }
a { background-color: rgb(155,33,12); }
div.DivClassName
{
background-color: #9B210C;
}
.BgClassName
{
background-color: #9B210C;
}
</style>
border-color css
<style>
span { border-color: #9B210C; }
span { border-color: rgb(155,33,12); }
td.TdClassName
{
border-color: #9B210C;
}
.TagClassName
{
border-color: #9B210C;
}
</style>