Shades of Mandarian Orange #922012
Tints of Mandarian Orange #922012
RGB
CMYK
RGB Variations
Color information
#922012 (or 0x922012) is known color: Mandarian Orange. HEX triplet: 92, 20 and 12. RGB value is (146,32,18). Sum of RGB (Red+Green+Blue) = 146+32+18=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #922012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922012 is #6DDFED. Grayscale: #404040. Windows color (decimal): -7200750 or 1187986. OLE color: 1187986.
HSL color Cylindrical-coordinate representation of color #922012: hue angle of 6.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #922012 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 18 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.43 |
| HSL | 6.56º | 0.78% | 0.32% | - |
| HSV(B) | 6.56º | 0.88% | 0.57% | - |
| XYZ | 12.48 | 7.19 | 1.3 | - |
| YUV | 64.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 18 | 0 | 0.78 | 0.88 | 0.43 | 6.56 | 0.78 | 0.32 |
| Hex | 92 | 20 | 12 | 0 | 4E | 58 | 2B | 7 | 4E | 20 |
| Octal | 222 | 40 | 22 | 0 | 116 | 130 | 53 | 7 | 116 | 40 |
| Binary | 10010010 | 100000 | 10010 | 0 | 1001110 | 1011000 | 101011 | 111 | 1001110 | 100000 |
Color Harmonies of #922012
Complementary color
Monochromatic Colors of #922012
Black with #922012
Text Example
Text Example
White with #922012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922012; }
p { color: rgb(146,32,18); }
H1.HeaderClassName
{
color: #922012;
}
.AnyTagClassName
{
color: #922012;
}
</style>
background-color css
<style>
a { background-color: #922012; }
a { background-color: rgb(146,32,18); }
div.DivClassName
{
background-color: #922012;
}
.BgClassName
{
background-color: #922012;
}
</style>
border-color css
<style>
span { border-color: #922012; }
span { border-color: rgb(146,32,18); }
td.TdClassName
{
border-color: #922012;
}
.TagClassName
{
border-color: #922012;
}
</style>