Shades of Mandarian Orange #9A1412
Tints of Mandarian Orange #9A1412
RGB
CMYK
RGB Variations
Color information
#9A1412 (or 0x9A1412) is known color: Mandarian Orange. HEX triplet: 9A, 14 and 12. RGB value is (154,20,18). Sum of RGB (Red+Green+Blue) = 154+20+18=192 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.21% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1412 is #65EBED. Grayscale: #3B3B3B. Windows color (decimal): -6679534 or 1184922. OLE color: 1184922.
HSL color Cylindrical-coordinate representation of color #9A1412: hue angle of 0.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1412 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 18 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.40 |
| HSL | 0.88º | 0.79% | 0.34% | - |
| HSV(B) | 0.88º | 0.88% | 0.6% | - |
| XYZ | 13.69 | 7.41 | 1.28 | - |
| YUV | 59.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 18 | 0 | 0.87 | 0.88 | 0.40 | 0.88 | 0.79 | 0.34 |
| Hex | 9A | 14 | 12 | 0 | 57 | 58 | 28 | 1 | 4F | 22 |
| Octal | 232 | 24 | 22 | 0 | 127 | 130 | 50 | 1 | 117 | 42 |
| Binary | 10011010 | 10100 | 10010 | 0 | 1010111 | 1011000 | 101000 | 1 | 1001111 | 100010 |
Color Harmonies of #9A1412
Complementary color
Monochromatic Colors of #9A1412
Black with #9A1412
Text Example
Text Example
White with #9A1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1412; }
p { color: rgb(154,20,18); }
H1.HeaderClassName
{
color: #9A1412;
}
.AnyTagClassName
{
color: #9A1412;
}
</style>
background-color css
<style>
a { background-color: #9A1412; }
a { background-color: rgb(154,20,18); }
div.DivClassName
{
background-color: #9A1412;
}
.BgClassName
{
background-color: #9A1412;
}
</style>
border-color css
<style>
span { border-color: #9A1412; }
span { border-color: rgb(154,20,18); }
td.TdClassName
{
border-color: #9A1412;
}
.TagClassName
{
border-color: #9A1412;
}
</style>