Shades of Mandarian Orange #992B1C
Tints of Mandarian Orange #992B1C
RGB
CMYK
RGB Variations
Color information
#992B1C (or 0x992B1C) is known color: Mandarian Orange. HEX triplet: 99, 2B and 1C. RGB value is (153,43,28). Sum of RGB (Red+Green+Blue) = 153+43+28=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #992B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B1C is #66D4E3. Grayscale: #4A4A4A. Windows color (decimal): -6739172 or 1846169. OLE color: 1846169.
HSL color Cylindrical-coordinate representation of color #992B1C: hue angle of 7.2º degrees, saturation: 0.69, 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 #992B1C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 28 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.4 |
| HSL | 7.2º | 0.69% | 0.35% | - |
| HSV(B) | 7.2º | 0.82% | 0.6% | - |
| XYZ | 14.21 | 8.58 | 2.01 | - |
| YUV | 74.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 28 | 0 | 0.72 | 0.82 | 0.4 | 7.2 | 0.69 | 0.35 |
| Hex | 99 | 2B | 1C | 0 | 48 | 52 | 28 | 7 | 45 | 23 |
| Octal | 231 | 53 | 34 | 0 | 110 | 122 | 50 | 7 | 105 | 43 |
| Binary | 10011001 | 101011 | 11100 | 0 | 1001000 | 1010010 | 101000 | 111 | 1000101 | 100011 |
Color Harmonies of #992B1C
Complementary color
Monochromatic Colors of #992B1C
Black with #992B1C
Text Example
Text Example
White with #992B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B1C; }
p { color: rgb(153,43,28); }
H1.HeaderClassName
{
color: #992B1C;
}
.AnyTagClassName
{
color: #992B1C;
}
</style>
background-color css
<style>
a { background-color: #992B1C; }
a { background-color: rgb(153,43,28); }
div.DivClassName
{
background-color: #992B1C;
}
.BgClassName
{
background-color: #992B1C;
}
</style>
border-color css
<style>
span { border-color: #992B1C; }
span { border-color: rgb(153,43,28); }
td.TdClassName
{
border-color: #992B1C;
}
.TagClassName
{
border-color: #992B1C;
}
</style>