Shades of Mandarian Orange #9A210C
Tints of Mandarian Orange #9A210C
RGB
CMYK
RGB Variations
Color information
#9A210C (or 0x9A210C) is known color: Mandarian Orange. HEX triplet: 9A, 21 and 0C. RGB value is (154,33,12). Sum of RGB (Red+Green+Blue) = 154+33+12=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A210C is #65DEF3. Grayscale: #424242. Windows color (decimal): -6676212 or 795034. OLE color: 795034.
HSL color Cylindrical-coordinate representation of color #9A210C: hue angle of 8.87º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A210C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 12 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.40 |
| HSL | 8.87º | 0.86% | 0.33% | - |
| HSV(B) | 8.87º | 0.92% | 0.6% | - |
| XYZ | 13.94 | 7.98 | 1.15 | - |
| YUV | 66.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 12 | 0 | 0.79 | 0.92 | 0.40 | 8.87 | 0.86 | 0.33 |
| Hex | 9A | 21 | C | 0 | 4F | 5C | 28 | 9 | 56 | 21 |
| Octal | 232 | 41 | 14 | 0 | 117 | 134 | 50 | 11 | 126 | 41 |
| Binary | 10011010 | 100001 | 1100 | 0 | 1001111 | 1011100 | 101000 | 1001 | 1010110 | 100001 |
Color Harmonies of #9A210C
Complementary color
Monochromatic Colors of #9A210C
Black with #9A210C
Text Example
Text Example
White with #9A210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A210C; }
p { color: rgb(154,33,12); }
H1.HeaderClassName
{
color: #9A210C;
}
.AnyTagClassName
{
color: #9A210C;
}
</style>
background-color css
<style>
a { background-color: #9A210C; }
a { background-color: rgb(154,33,12); }
div.DivClassName
{
background-color: #9A210C;
}
.BgClassName
{
background-color: #9A210C;
}
</style>
border-color css
<style>
span { border-color: #9A210C; }
span { border-color: rgb(154,33,12); }
td.TdClassName
{
border-color: #9A210C;
}
.TagClassName
{
border-color: #9A210C;
}
</style>