Shades of Mandarian Orange #952C26
Tints of Mandarian Orange #952C26
RGB
CMYK
RGB Variations
Color information
#952C26 (or 0x952C26) is known color: Mandarian Orange. HEX triplet: 95, 2C and 26. RGB value is (149,44,38). Sum of RGB (Red+Green+Blue) = 149+44+38=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C26 is #6AD3D9. Grayscale: #4A4A4A. Windows color (decimal): -7001050 or 2501781. OLE color: 2501781.
HSL color Cylindrical-coordinate representation of color #952C26: hue angle of 3.24º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952C26 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 38 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.42 |
| HSL | 3.24º | 0.59% | 0.37% | - |
| HSV(B) | 3.24º | 0.74% | 0.58% | - |
| XYZ | 13.64 | 8.33 | 2.72 | - |
| YUV | 74.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 38 | 0 | 0.70 | 0.74 | 0.42 | 3.24 | 0.59 | 0.37 |
| Hex | 95 | 2C | 26 | 0 | 46 | 4A | 2A | 3 | 3B | 25 |
| Octal | 225 | 54 | 46 | 0 | 106 | 112 | 52 | 3 | 73 | 45 |
| Binary | 10010101 | 101100 | 100110 | 0 | 1000110 | 1001010 | 101010 | 11 | 111011 | 100101 |
Color Harmonies of #952C26
Complementary color
Monochromatic Colors of #952C26
Black with #952C26
Text Example
Text Example
White with #952C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C26; }
p { color: rgb(149,44,38); }
H1.HeaderClassName
{
color: #952C26;
}
.AnyTagClassName
{
color: #952C26;
}
</style>
background-color css
<style>
a { background-color: #952C26; }
a { background-color: rgb(149,44,38); }
div.DivClassName
{
background-color: #952C26;
}
.BgClassName
{
background-color: #952C26;
}
</style>
border-color css
<style>
span { border-color: #952C26; }
span { border-color: rgb(149,44,38); }
td.TdClassName
{
border-color: #952C26;
}
.TagClassName
{
border-color: #952C26;
}
</style>