Shades of Mandarian Orange #9B2222
Tints of Mandarian Orange #9B2222
RGB
CMYK
RGB Variations
Color information
#9B2222 (or 0x9B2222) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 22. RGB value is (155,34,34). Sum of RGB (Red+Green+Blue) = 155+34+34=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2222 is #64DDDD. Grayscale: #464646. Windows color (decimal): -6610398 or 2237083. OLE color: 2237083.
HSL color Cylindrical-coordinate representation of color #9B2222: hue angle of 0º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2222 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 34 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.39 |
| HSL | 0º | 0.64% | 0.37% | - |
| HSV(B) | 0º | 0.78% | 0.61% | - |
| XYZ | 14.38 | 8.23 | 2.34 | - |
| YUV | 70.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 34 | 0 | 0.78 | 0.78 | 0.39 | 0 | 0.64 | 0.37 |
| Hex | 9B | 22 | 22 | 0 | 4E | 4E | 27 | 0 | 40 | 25 |
| Octal | 233 | 42 | 42 | 0 | 116 | 116 | 47 | 0 | 100 | 45 |
| Binary | 10011011 | 100010 | 100010 | 0 | 1001110 | 1001110 | 100111 | 0 | 1000000 | 100101 |
Color Harmonies of #9B2222
Complementary color
Monochromatic Colors of #9B2222
Black with #9B2222
Text Example
Text Example
White with #9B2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2222; }
p { color: rgb(155,34,34); }
H1.HeaderClassName
{
color: #9B2222;
}
.AnyTagClassName
{
color: #9B2222;
}
</style>
background-color css
<style>
a { background-color: #9B2222; }
a { background-color: rgb(155,34,34); }
div.DivClassName
{
background-color: #9B2222;
}
.BgClassName
{
background-color: #9B2222;
}
</style>
border-color css
<style>
span { border-color: #9B2222; }
span { border-color: rgb(155,34,34); }
td.TdClassName
{
border-color: #9B2222;
}
.TagClassName
{
border-color: #9B2222;
}
</style>