Shades of Mandarian Orange #922C24
Tints of Mandarian Orange #922C24
RGB
CMYK
RGB Variations
Color information
#922C24 (or 0x922C24) is known color: Mandarian Orange. HEX triplet: 92, 2C and 24. RGB value is (146,44,36). Sum of RGB (Red+Green+Blue) = 146+44+36=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #922C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922C24 is #6DD3DB. Grayscale: #494949. Windows color (decimal): -7197660 or 2370706. OLE color: 2370706.
HSL color Cylindrical-coordinate representation of color #922C24: hue angle of 4.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922C24 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 36 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.43 |
| HSL | 4.36º | 0.6% | 0.36% | - |
| HSV(B) | 4.36º | 0.75% | 0.57% | - |
| XYZ | 13.07 | 8.04 | 2.53 | - |
| YUV | 73.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 36 | 0 | 0.70 | 0.75 | 0.43 | 4.36 | 0.6 | 0.36 |
| Hex | 92 | 2C | 24 | 0 | 46 | 4B | 2B | 4 | 3C | 24 |
| Octal | 222 | 54 | 44 | 0 | 106 | 113 | 53 | 4 | 74 | 44 |
| Binary | 10010010 | 101100 | 100100 | 0 | 1000110 | 1001011 | 101011 | 100 | 111100 | 100100 |
Color Harmonies of #922C24
Complementary color
Monochromatic Colors of #922C24
Black with #922C24
Text Example
Text Example
White with #922C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C24; }
p { color: rgb(146,44,36); }
H1.HeaderClassName
{
color: #922C24;
}
.AnyTagClassName
{
color: #922C24;
}
</style>
background-color css
<style>
a { background-color: #922C24; }
a { background-color: rgb(146,44,36); }
div.DivClassName
{
background-color: #922C24;
}
.BgClassName
{
background-color: #922C24;
}
</style>
border-color css
<style>
span { border-color: #922C24; }
span { border-color: rgb(146,44,36); }
td.TdClassName
{
border-color: #922C24;
}
.TagClassName
{
border-color: #922C24;
}
</style>