Shades of Mandarian Orange #93200C
Tints of Mandarian Orange #93200C
RGB
CMYK
RGB Variations
Color information
#93200C (or 0x93200C) is known color: Mandarian Orange. HEX triplet: 93, 20 and 0C. RGB value is (147,32,12). Sum of RGB (Red+Green+Blue) = 147+32+12=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #93200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93200C is #6CDFF3. Grayscale: #404040. Windows color (decimal): -7135220 or 794771. OLE color: 794771.
HSL color Cylindrical-coordinate representation of color #93200C: hue angle of 8.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93200C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 12 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.42 |
| HSL | 8.89º | 0.85% | 0.31% | - |
| HSV(B) | 8.89º | 0.92% | 0.58% | - |
| XYZ | 12.62 | 7.26 | 1.08 | - |
| YUV | 64.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 12 | 0 | 0.78 | 0.92 | 0.42 | 8.89 | 0.85 | 0.31 |
| Hex | 93 | 20 | C | 0 | 4E | 5C | 2A | 9 | 55 | 1F |
| Octal | 223 | 40 | 14 | 0 | 116 | 134 | 52 | 11 | 125 | 37 |
| Binary | 10010011 | 100000 | 1100 | 0 | 1001110 | 1011100 | 101010 | 1001 | 1010101 | 11111 |
Color Harmonies of #93200C
Complementary color
Monochromatic Colors of #93200C
Black with #93200C
Text Example
Text Example
White with #93200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93200C; }
p { color: rgb(147,32,12); }
H1.HeaderClassName
{
color: #93200C;
}
.AnyTagClassName
{
color: #93200C;
}
</style>
background-color css
<style>
a { background-color: #93200C; }
a { background-color: rgb(147,32,12); }
div.DivClassName
{
background-color: #93200C;
}
.BgClassName
{
background-color: #93200C;
}
</style>
border-color css
<style>
span { border-color: #93200C; }
span { border-color: rgb(147,32,12); }
td.TdClassName
{
border-color: #93200C;
}
.TagClassName
{
border-color: #93200C;
}
</style>