Shades of Mandarian Orange #9A201B
Tints of Mandarian Orange #9A201B
RGB
CMYK
RGB Variations
Color information
#9A201B (or 0x9A201B) is known color: Mandarian Orange. HEX triplet: 9A, 20 and 1B. RGB value is (154,32,27). Sum of RGB (Red+Green+Blue) = 154+32+27=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A201B is #65DFE4. Grayscale: #444444. Windows color (decimal): -6676453 or 1777818. OLE color: 1777818.
HSL color Cylindrical-coordinate representation of color #9A201B: hue angle of 2.36º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A201B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 27 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.40 |
| HSL | 2.36º | 0.7% | 0.35% | - |
| HSV(B) | 2.36º | 0.82% | 0.6% | - |
| XYZ | 14.04 | 7.98 | 1.84 | - |
| YUV | 67.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 27 | 0 | 0.79 | 0.82 | 0.40 | 2.36 | 0.7 | 0.35 |
| Hex | 9A | 20 | 1B | 0 | 4F | 52 | 28 | 2 | 46 | 23 |
| Octal | 232 | 40 | 33 | 0 | 117 | 122 | 50 | 2 | 106 | 43 |
| Binary | 10011010 | 100000 | 11011 | 0 | 1001111 | 1010010 | 101000 | 10 | 1000110 | 100011 |
Color Harmonies of #9A201B
Complementary color
Monochromatic Colors of #9A201B
Black with #9A201B
Text Example
Text Example
White with #9A201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A201B; }
p { color: rgb(154,32,27); }
H1.HeaderClassName
{
color: #9A201B;
}
.AnyTagClassName
{
color: #9A201B;
}
</style>
background-color css
<style>
a { background-color: #9A201B; }
a { background-color: rgb(154,32,27); }
div.DivClassName
{
background-color: #9A201B;
}
.BgClassName
{
background-color: #9A201B;
}
</style>
border-color css
<style>
span { border-color: #9A201B; }
span { border-color: rgb(154,32,27); }
td.TdClassName
{
border-color: #9A201B;
}
.TagClassName
{
border-color: #9A201B;
}
</style>