Shades of Mandarian Orange #952B2B
Tints of Mandarian Orange #952B2B
RGB
CMYK
RGB Variations
Color information
#952B2B (or 0x952B2B) is known color: Mandarian Orange. HEX triplet: 95, 2B and 2B. RGB value is (149,43,43). Sum of RGB (Red+Green+Blue) = 149+43+43=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B2B is #6AD4D4. Grayscale: #4A4A4A. Windows color (decimal): -7001301 or 2829205. OLE color: 2829205.
HSL color Cylindrical-coordinate representation of color #952B2B: hue angle of 0º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B2B is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 43 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.42 |
| HSL | 0º | 0.55% | 0.38% | - |
| HSV(B) | 0º | 0.71% | 0.58% | - |
| XYZ | 13.69 | 8.29 | 3.16 | - |
| YUV | 74.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 43 | 0 | 0.71 | 0.71 | 0.42 | 0 | 0.55 | 0.38 |
| Hex | 95 | 2B | 2B | 0 | 47 | 47 | 2A | 0 | 37 | 26 |
| Octal | 225 | 53 | 53 | 0 | 107 | 107 | 52 | 0 | 67 | 46 |
| Binary | 10010101 | 101011 | 101011 | 0 | 1000111 | 1000111 | 101010 | 0 | 110111 | 100110 |
Color Harmonies of #952B2B
Complementary color
Monochromatic Colors of #952B2B
Black with #952B2B
Text Example
Text Example
White with #952B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B2B; }
p { color: rgb(149,43,43); }
H1.HeaderClassName
{
color: #952B2B;
}
.AnyTagClassName
{
color: #952B2B;
}
</style>
background-color css
<style>
a { background-color: #952B2B; }
a { background-color: rgb(149,43,43); }
div.DivClassName
{
background-color: #952B2B;
}
.BgClassName
{
background-color: #952B2B;
}
</style>
border-color css
<style>
span { border-color: #952B2B; }
span { border-color: rgb(149,43,43); }
td.TdClassName
{
border-color: #952B2B;
}
.TagClassName
{
border-color: #952B2B;
}
</style>