Shades of Mandarian Orange #962B22
Tints of Mandarian Orange #962B22
RGB
CMYK
RGB Variations
Color information
#962B22 (or 0x962B22) is known color: Mandarian Orange. HEX triplet: 96, 2B and 22. RGB value is (150,43,34). Sum of RGB (Red+Green+Blue) = 150+43+34=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #962B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B22 is #69D4DD. Grayscale: #4A4A4A. Windows color (decimal): -6935774 or 2239382. OLE color: 2239382.
HSL color Cylindrical-coordinate representation of color #962B22: hue angle of 4.66º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962B22 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 43 | 34 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.41 |
| HSL | 4.66º | 0.63% | 0.36% | - |
| HSV(B) | 4.66º | 0.77% | 0.59% | - |
| XYZ | 13.73 | 8.33 | 2.4 | - |
| YUV | 73.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 34 | 0 | 0.71 | 0.77 | 0.41 | 4.66 | 0.63 | 0.36 |
| Hex | 96 | 2B | 22 | 0 | 47 | 4D | 29 | 5 | 3F | 24 |
| Octal | 226 | 53 | 42 | 0 | 107 | 115 | 51 | 5 | 77 | 44 |
| Binary | 10010110 | 101011 | 100010 | 0 | 1000111 | 1001101 | 101001 | 101 | 111111 | 100100 |
Color Harmonies of #962B22
Complementary color
Monochromatic Colors of #962B22
Black with #962B22
Text Example
Text Example
White with #962B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B22; }
p { color: rgb(150,43,34); }
H1.HeaderClassName
{
color: #962B22;
}
.AnyTagClassName
{
color: #962B22;
}
</style>
background-color css
<style>
a { background-color: #962B22; }
a { background-color: rgb(150,43,34); }
div.DivClassName
{
background-color: #962B22;
}
.BgClassName
{
background-color: #962B22;
}
</style>
border-color css
<style>
span { border-color: #962B22; }
span { border-color: rgb(150,43,34); }
td.TdClassName
{
border-color: #962B22;
}
.TagClassName
{
border-color: #962B22;
}
</style>