Shades of Mandarian Orange #952C28
Tints of Mandarian Orange #952C28
RGB
CMYK
RGB Variations
Color information
#952C28 (or 0x952C28) is known color: Mandarian Orange. HEX triplet: 95, 2C and 28. RGB value is (149,44,40). Sum of RGB (Red+Green+Blue) = 149+44+40=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #952C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C28 is #6AD3D7. Grayscale: #4B4B4B. Windows color (decimal): -7001048 or 2632853. OLE color: 2632853.
HSL color Cylindrical-coordinate representation of color #952C28: hue angle of 2.2º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952C28 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 40 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.42 |
| HSL | 2.2º | 0.58% | 0.37% | - |
| HSV(B) | 2.2º | 0.73% | 0.58% | - |
| XYZ | 13.68 | 8.34 | 2.9 | - |
| YUV | 74.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 40 | 0 | 0.70 | 0.73 | 0.42 | 2.2 | 0.58 | 0.37 |
| Hex | 95 | 2C | 28 | 0 | 46 | 49 | 2A | 2 | 3A | 25 |
| Octal | 225 | 54 | 50 | 0 | 106 | 111 | 52 | 2 | 72 | 45 |
| Binary | 10010101 | 101100 | 101000 | 0 | 1000110 | 1001001 | 101010 | 10 | 111010 | 100101 |
Color Harmonies of #952C28
Complementary color
Monochromatic Colors of #952C28
Black with #952C28
Text Example
Text Example
White with #952C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C28; }
p { color: rgb(149,44,40); }
H1.HeaderClassName
{
color: #952C28;
}
.AnyTagClassName
{
color: #952C28;
}
</style>
background-color css
<style>
a { background-color: #952C28; }
a { background-color: rgb(149,44,40); }
div.DivClassName
{
background-color: #952C28;
}
.BgClassName
{
background-color: #952C28;
}
</style>
border-color css
<style>
span { border-color: #952C28; }
span { border-color: rgb(149,44,40); }
td.TdClassName
{
border-color: #952C28;
}
.TagClassName
{
border-color: #952C28;
}
</style>