Shades of Mandarian Orange #9A1A16
Tints of Mandarian Orange #9A1A16
RGB
CMYK
RGB Variations
Color information
#9A1A16 (or 0x9A1A16) is known color: Mandarian Orange. HEX triplet: 9A, 1A and 16. RGB value is (154,26,22). Sum of RGB (Red+Green+Blue) = 154+26+22=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1A16 is #65E5E9. Grayscale: #3F3F3F. Windows color (decimal): -6677994 or 1448602. OLE color: 1448602.
HSL color Cylindrical-coordinate representation of color #9A1A16: hue angle of 1.82º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1A16 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 26 | 22 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.40 |
| HSL | 1.82º | 0.75% | 0.35% | - |
| HSV(B) | 1.82º | 0.86% | 0.6% | - |
| XYZ | 13.84 | 7.67 | 1.51 | - |
| YUV | 63.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 22 | 0 | 0.83 | 0.86 | 0.40 | 1.82 | 0.75 | 0.35 |
| Hex | 9A | 1A | 16 | 0 | 53 | 56 | 28 | 2 | 4B | 23 |
| Octal | 232 | 32 | 26 | 0 | 123 | 126 | 50 | 2 | 113 | 43 |
| Binary | 10011010 | 11010 | 10110 | 0 | 1010011 | 1010110 | 101000 | 10 | 1001011 | 100011 |
Color Harmonies of #9A1A16
Complementary color
Monochromatic Colors of #9A1A16
Black with #9A1A16
Text Example
Text Example
White with #9A1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1A16; }
p { color: rgb(154,26,22); }
H1.HeaderClassName
{
color: #9A1A16;
}
.AnyTagClassName
{
color: #9A1A16;
}
</style>
background-color css
<style>
a { background-color: #9A1A16; }
a { background-color: rgb(154,26,22); }
div.DivClassName
{
background-color: #9A1A16;
}
.BgClassName
{
background-color: #9A1A16;
}
</style>
border-color css
<style>
span { border-color: #9A1A16; }
span { border-color: rgb(154,26,22); }
td.TdClassName
{
border-color: #9A1A16;
}
.TagClassName
{
border-color: #9A1A16;
}
</style>