Shades of Mandarian Orange #942B20
Tints of Mandarian Orange #942B20
RGB
CMYK
RGB Variations
Color information
#942B20 (or 0x942B20) is known color: Mandarian Orange. HEX triplet: 94, 2B and 20. RGB value is (148,43,32). Sum of RGB (Red+Green+Blue) = 148+43+32=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #942B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B20 is #6BD4DF. Grayscale: #494949. Windows color (decimal): -7066848 or 2108308. OLE color: 2108308.
HSL color Cylindrical-coordinate representation of color #942B20: hue angle of 5.69º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942B20 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 32 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.42 |
| HSL | 5.69º | 0.64% | 0.35% | - |
| HSV(B) | 5.69º | 0.78% | 0.58% | - |
| XYZ | 13.34 | 8.13 | 2.23 | - |
| YUV | 73.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 32 | 0 | 0.71 | 0.78 | 0.42 | 5.69 | 0.64 | 0.35 |
| Hex | 94 | 2B | 20 | 0 | 47 | 4E | 2A | 6 | 40 | 23 |
| Octal | 224 | 53 | 40 | 0 | 107 | 116 | 52 | 6 | 100 | 43 |
| Binary | 10010100 | 101011 | 100000 | 0 | 1000111 | 1001110 | 101010 | 110 | 1000000 | 100011 |
Color Harmonies of #942B20
Complementary color
Monochromatic Colors of #942B20
Black with #942B20
Text Example
Text Example
White with #942B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B20; }
p { color: rgb(148,43,32); }
H1.HeaderClassName
{
color: #942B20;
}
.AnyTagClassName
{
color: #942B20;
}
</style>
background-color css
<style>
a { background-color: #942B20; }
a { background-color: rgb(148,43,32); }
div.DivClassName
{
background-color: #942B20;
}
.BgClassName
{
background-color: #942B20;
}
</style>
border-color css
<style>
span { border-color: #942B20; }
span { border-color: rgb(148,43,32); }
td.TdClassName
{
border-color: #942B20;
}
.TagClassName
{
border-color: #942B20;
}
</style>