Shades of Mandarian Orange #9C2403
Tints of Mandarian Orange #9C2403
RGB
CMYK
RGB Variations
Color information
#9C2403 (or 0x9C2403) is known color: Mandarian Orange. HEX triplet: 9C, 24 and 03. RGB value is (156,36,3). Sum of RGB (Red+Green+Blue) = 156+36+3=195 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2403 is #63DBFC. Grayscale: #444444. Windows color (decimal): -6544381 or 205980. OLE color: 205980.
HSL color Cylindrical-coordinate representation of color #9C2403: hue angle of 12.94º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C2403 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.39 |
| HSL | 12.94º | 0.96% | 0.31% | - |
| HSV(B) | 12.94º | 0.98% | 0.61% | - |
| XYZ | 14.36 | 8.34 | 0.94 | - |
| YUV | 68.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 3 | 0 | 0.77 | 0.98 | 0.39 | 12.94 | 0.96 | 0.31 |
| Hex | 9C | 24 | 3 | 0 | 4D | 62 | 27 | D | 60 | 1F |
| Octal | 234 | 44 | 3 | 0 | 115 | 142 | 47 | 15 | 140 | 37 |
| Binary | 10011100 | 100100 | 11 | 0 | 1001101 | 1100010 | 100111 | 1101 | 1100000 | 11111 |
Color Harmonies of #9C2403
Complementary color
Monochromatic Colors of #9C2403
Black with #9C2403
Text Example
Text Example
White with #9C2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2403; }
p { color: rgb(156,36,3); }
H1.HeaderClassName
{
color: #9C2403;
}
.AnyTagClassName
{
color: #9C2403;
}
</style>
background-color css
<style>
a { background-color: #9C2403; }
a { background-color: rgb(156,36,3); }
div.DivClassName
{
background-color: #9C2403;
}
.BgClassName
{
background-color: #9C2403;
}
</style>
border-color css
<style>
span { border-color: #9C2403; }
span { border-color: rgb(156,36,3); }
td.TdClassName
{
border-color: #9C2403;
}
.TagClassName
{
border-color: #9C2403;
}
</style>