Shades of Mandarian Orange #9C251A
Tints of Mandarian Orange #9C251A
RGB
CMYK
RGB Variations
Color information
#9C251A (or 0x9C251A) is known color: Mandarian Orange. HEX triplet: 9C, 25 and 1A. RGB value is (156,37,26). Sum of RGB (Red+Green+Blue) = 156+37+26=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C251A is #63DAE5. Grayscale: #474747. Windows color (decimal): -6544102 or 1713564. OLE color: 1713564.
HSL color Cylindrical-coordinate representation of color #9C251A: hue angle of 5.08º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C251A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 26 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.39 |
| HSL | 5.08º | 0.71% | 0.36% | - |
| HSV(B) | 5.08º | 0.83% | 0.61% | - |
| XYZ | 14.56 | 8.47 | 1.84 | - |
| YUV | 71.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 26 | 0 | 0.76 | 0.83 | 0.39 | 5.08 | 0.71 | 0.36 |
| Hex | 9C | 25 | 1A | 0 | 4C | 53 | 27 | 5 | 47 | 24 |
| Octal | 234 | 45 | 32 | 0 | 114 | 123 | 47 | 5 | 107 | 44 |
| Binary | 10011100 | 100101 | 11010 | 0 | 1001100 | 1010011 | 100111 | 101 | 1000111 | 100100 |
Color Harmonies of #9C251A
Complementary color
Monochromatic Colors of #9C251A
Black with #9C251A
Text Example
Text Example
White with #9C251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C251A; }
p { color: rgb(156,37,26); }
H1.HeaderClassName
{
color: #9C251A;
}
.AnyTagClassName
{
color: #9C251A;
}
</style>
background-color css
<style>
a { background-color: #9C251A; }
a { background-color: rgb(156,37,26); }
div.DivClassName
{
background-color: #9C251A;
}
.BgClassName
{
background-color: #9C251A;
}
</style>
border-color css
<style>
span { border-color: #9C251A; }
span { border-color: rgb(156,37,26); }
td.TdClassName
{
border-color: #9C251A;
}
.TagClassName
{
border-color: #9C251A;
}
</style>