Shades of Mandarian Orange #952B26
Tints of Mandarian Orange #952B26
RGB
CMYK
RGB Variations
Color information
#952B26 (or 0x952B26) is known color: Mandarian Orange. HEX triplet: 95, 2B and 26. RGB value is (149,43,38). Sum of RGB (Red+Green+Blue) = 149+43+38=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #952B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B26 is #6AD4D9. Grayscale: #4A4A4A. Windows color (decimal): -7001306 or 2501525. OLE color: 2501525.
HSL color Cylindrical-coordinate representation of color #952B26: hue angle of 2.7º 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 #952B26 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 38 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.42 |
| HSL | 2.7º | 0.59% | 0.37% | - |
| HSV(B) | 2.7º | 0.74% | 0.58% | - |
| XYZ | 13.61 | 8.26 | 2.71 | - |
| YUV | 74.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 38 | 0 | 0.71 | 0.74 | 0.42 | 2.7 | 0.59 | 0.37 |
| Hex | 95 | 2B | 26 | 0 | 47 | 4A | 2A | 3 | 3B | 25 |
| Octal | 225 | 53 | 46 | 0 | 107 | 112 | 52 | 3 | 73 | 45 |
| Binary | 10010101 | 101011 | 100110 | 0 | 1000111 | 1001010 | 101010 | 11 | 111011 | 100101 |
Color Harmonies of #952B26
Complementary color
Monochromatic Colors of #952B26
Black with #952B26
Text Example
Text Example
White with #952B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B26; }
p { color: rgb(149,43,38); }
H1.HeaderClassName
{
color: #952B26;
}
.AnyTagClassName
{
color: #952B26;
}
</style>
background-color css
<style>
a { background-color: #952B26; }
a { background-color: rgb(149,43,38); }
div.DivClassName
{
background-color: #952B26;
}
.BgClassName
{
background-color: #952B26;
}
</style>
border-color css
<style>
span { border-color: #952B26; }
span { border-color: rgb(149,43,38); }
td.TdClassName
{
border-color: #952B26;
}
.TagClassName
{
border-color: #952B26;
}
</style>