Shades of Mandarian Orange #932B26
Tints of Mandarian Orange #932B26
RGB
CMYK
RGB Variations
Color information
#932B26 (or 0x932B26) is known color: Mandarian Orange. HEX triplet: 93, 2B and 26. RGB value is (147,43,38). Sum of RGB (Red+Green+Blue) = 147+43+38=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #932B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B26 is #6CD4D9. Grayscale: #494949. Windows color (decimal): -7132378 or 2501523. OLE color: 2501523.
HSL color Cylindrical-coordinate representation of color #932B26: hue angle of 2.75º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #932B26 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 38 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.42 |
| HSL | 2.75º | 0.59% | 0.36% | - |
| HSV(B) | 2.75º | 0.74% | 0.58% | - |
| XYZ | 13.25 | 8.07 | 2.69 | - |
| YUV | 73.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 38 | 0 | 0.71 | 0.74 | 0.42 | 2.75 | 0.59 | 0.36 |
| Hex | 93 | 2B | 26 | 0 | 47 | 4A | 2A | 3 | 3B | 24 |
| Octal | 223 | 53 | 46 | 0 | 107 | 112 | 52 | 3 | 73 | 44 |
| Binary | 10010011 | 101011 | 100110 | 0 | 1000111 | 1001010 | 101010 | 11 | 111011 | 100100 |
Color Harmonies of #932B26
Complementary color
Monochromatic Colors of #932B26
Black with #932B26
Text Example
Text Example
White with #932B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B26; }
p { color: rgb(147,43,38); }
H1.HeaderClassName
{
color: #932B26;
}
.AnyTagClassName
{
color: #932B26;
}
</style>
background-color css
<style>
a { background-color: #932B26; }
a { background-color: rgb(147,43,38); }
div.DivClassName
{
background-color: #932B26;
}
.BgClassName
{
background-color: #932B26;
}
</style>
border-color css
<style>
span { border-color: #932B26; }
span { border-color: rgb(147,43,38); }
td.TdClassName
{
border-color: #932B26;
}
.TagClassName
{
border-color: #932B26;
}
</style>