Shades of Mandarian Orange #9A2A1B
Tints of Mandarian Orange #9A2A1B
RGB
CMYK
RGB Variations
Color information
#9A2A1B (or 0x9A2A1B) is known color: Mandarian Orange. HEX triplet: 9A, 2A and 1B. RGB value is (154,42,27). Sum of RGB (Red+Green+Blue) = 154+42+27=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A1B is #65D5E4. Grayscale: #494949. Windows color (decimal): -6673893 or 1780378. OLE color: 1780378.
HSL color Cylindrical-coordinate representation of color #9A2A1B: hue angle of 7.09º 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 #9A2A1B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 27 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.40 |
| HSL | 7.09º | 0.7% | 0.35% | - |
| HSV(B) | 7.09º | 0.82% | 0.6% | - |
| XYZ | 14.35 | 8.61 | 1.94 | - |
| YUV | 73.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 27 | 0 | 0.73 | 0.82 | 0.40 | 7.09 | 0.7 | 0.35 |
| Hex | 9A | 2A | 1B | 0 | 49 | 52 | 28 | 7 | 46 | 23 |
| Octal | 232 | 52 | 33 | 0 | 111 | 122 | 50 | 7 | 106 | 43 |
| Binary | 10011010 | 101010 | 11011 | 0 | 1001001 | 1010010 | 101000 | 111 | 1000110 | 100011 |
Color Harmonies of #9A2A1B
Complementary color
Monochromatic Colors of #9A2A1B
Black with #9A2A1B
Text Example
Text Example
White with #9A2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A1B; }
p { color: rgb(154,42,27); }
H1.HeaderClassName
{
color: #9A2A1B;
}
.AnyTagClassName
{
color: #9A2A1B;
}
</style>
background-color css
<style>
a { background-color: #9A2A1B; }
a { background-color: rgb(154,42,27); }
div.DivClassName
{
background-color: #9A2A1B;
}
.BgClassName
{
background-color: #9A2A1B;
}
</style>
border-color css
<style>
span { border-color: #9A2A1B; }
span { border-color: rgb(154,42,27); }
td.TdClassName
{
border-color: #9A2A1B;
}
.TagClassName
{
border-color: #9A2A1B;
}
</style>