Shades of Mandarian Orange #921C16
Tints of Mandarian Orange #921C16
RGB
CMYK
RGB Variations
Color information
#921C16 (or 0x921C16) is known color: Mandarian Orange. HEX triplet: 92, 1C and 16. RGB value is (146,28,22). Sum of RGB (Red+Green+Blue) = 146+28+22=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C16 is #6DE3E9. Grayscale: #3E3E3E. Windows color (decimal): -7201770 or 1449106. OLE color: 1449106.
HSL color Cylindrical-coordinate representation of color #921C16: hue angle of 2.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921C16 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 22 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.43 |
| HSL | 2.9º | 0.74% | 0.33% | - |
| HSV(B) | 2.9º | 0.85% | 0.57% | - |
| XYZ | 12.41 | 7 | 1.46 | - |
| YUV | 62.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 22 | 0 | 0.81 | 0.85 | 0.43 | 2.9 | 0.74 | 0.33 |
| Hex | 92 | 1C | 16 | 0 | 51 | 55 | 2B | 3 | 4A | 21 |
| Octal | 222 | 34 | 26 | 0 | 121 | 125 | 53 | 3 | 112 | 41 |
| Binary | 10010010 | 11100 | 10110 | 0 | 1010001 | 1010101 | 101011 | 11 | 1001010 | 100001 |
Color Harmonies of #921C16
Complementary color
Monochromatic Colors of #921C16
Black with #921C16
Text Example
Text Example
White with #921C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C16; }
p { color: rgb(146,28,22); }
H1.HeaderClassName
{
color: #921C16;
}
.AnyTagClassName
{
color: #921C16;
}
</style>
background-color css
<style>
a { background-color: #921C16; }
a { background-color: rgb(146,28,22); }
div.DivClassName
{
background-color: #921C16;
}
.BgClassName
{
background-color: #921C16;
}
</style>
border-color css
<style>
span { border-color: #921C16; }
span { border-color: rgb(146,28,22); }
td.TdClassName
{
border-color: #921C16;
}
.TagClassName
{
border-color: #921C16;
}
</style>