Shades of Rose Of Sharon #B25124
Tints of Rose Of Sharon #B25124
RGB
CMYK
RGB Variations
Color information
#B25124 (or 0xB25124) is known color: Rose Of Sharon. HEX triplet: B2, 51 and 24. RGB value is (178,81,36). Sum of RGB (Red+Green+Blue) = 178+81+36=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B25124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25124 is #4DAEDB. Grayscale: #696969. Windows color (decimal): -5091036 or 2380210. OLE color: 2380210.
HSL color Cylindrical-coordinate representation of color #B25124: hue angle of 19.01º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B25124 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 36 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.30 |
| HSL | 19.01º | 0.66% | 0.42% | - |
| HSV(B) | 19.01º | 0.8% | 0.7% | - |
| XYZ | 21.62 | 15.48 | 3.52 | - |
| YUV | 104.87 | 89.14 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 36 | 0 | 0.54 | 0.80 | 0.30 | 19.01 | 0.66 | 0.42 |
| Hex | B2 | 51 | 24 | 0 | 36 | 50 | 1E | 13 | 42 | 2A |
| Octal | 262 | 121 | 44 | 0 | 66 | 120 | 36 | 23 | 102 | 52 |
| Binary | 10110010 | 1010001 | 100100 | 0 | 110110 | 1010000 | 11110 | 10011 | 1000010 | 101010 |
Color Harmonies of #B25124
Complementary color
Monochromatic Colors of #B25124
Black with #B25124
Text Example
Text Example
White with #B25124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25124; }
p { color: rgb(178,81,36); }
H1.HeaderClassName
{
color: #B25124;
}
.AnyTagClassName
{
color: #B25124;
}
</style>
background-color css
<style>
a { background-color: #B25124; }
a { background-color: rgb(178,81,36); }
div.DivClassName
{
background-color: #B25124;
}
.BgClassName
{
background-color: #B25124;
}
</style>
border-color css
<style>
span { border-color: #B25124; }
span { border-color: rgb(178,81,36); }
td.TdClassName
{
border-color: #B25124;
}
.TagClassName
{
border-color: #B25124;
}
</style>