Shades of Mandarian Orange #992A24
Tints of Mandarian Orange #992A24
RGB
CMYK
RGB Variations
Color information
#992A24 (or 0x992A24) is known color: Mandarian Orange. HEX triplet: 99, 2A and 24. RGB value is (153,42,36). Sum of RGB (Red+Green+Blue) = 153+42+36=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #992A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A24 is #66D5DB. Grayscale: #4A4A4A. Windows color (decimal): -6739420 or 2370201. OLE color: 2370201.
HSL color Cylindrical-coordinate representation of color #992A24: hue angle of 3.08º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992A24 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 36 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.4 |
| HSL | 3.08º | 0.62% | 0.37% | - |
| HSV(B) | 3.08º | 0.76% | 0.6% | - |
| XYZ | 14.28 | 8.56 | 2.57 | - |
| YUV | 74.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 36 | 0 | 0.73 | 0.76 | 0.4 | 3.08 | 0.62 | 0.37 |
| Hex | 99 | 2A | 24 | 0 | 49 | 4C | 28 | 3 | 3E | 25 |
| Octal | 231 | 52 | 44 | 0 | 111 | 114 | 50 | 3 | 76 | 45 |
| Binary | 10011001 | 101010 | 100100 | 0 | 1001001 | 1001100 | 101000 | 11 | 111110 | 100101 |
Color Harmonies of #992A24
Complementary color
Monochromatic Colors of #992A24
Black with #992A24
Text Example
Text Example
White with #992A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A24; }
p { color: rgb(153,42,36); }
H1.HeaderClassName
{
color: #992A24;
}
.AnyTagClassName
{
color: #992A24;
}
</style>
background-color css
<style>
a { background-color: #992A24; }
a { background-color: rgb(153,42,36); }
div.DivClassName
{
background-color: #992A24;
}
.BgClassName
{
background-color: #992A24;
}
</style>
border-color css
<style>
span { border-color: #992A24; }
span { border-color: rgb(153,42,36); }
td.TdClassName
{
border-color: #992A24;
}
.TagClassName
{
border-color: #992A24;
}
</style>