Shades of Rose Of Sharon #B24821
Tints of Rose Of Sharon #B24821
RGB
CMYK
RGB Variations
Color information
#B24821 (or 0xB24821) is known color: Rose Of Sharon. HEX triplet: B2, 48 and 21. RGB value is (178,72,33). Sum of RGB (Red+Green+Blue) = 178+72+33=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B24821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24821 is #4DB7DE. Grayscale: #636363. Windows color (decimal): -5093343 or 2181298. OLE color: 2181298.
HSL color Cylindrical-coordinate representation of color #B24821: hue angle of 16.14º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B24821 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 33 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.30 |
| HSL | 16.14º | 0.69% | 0.41% | - |
| HSV(B) | 16.14º | 0.81% | 0.7% | - |
| XYZ | 20.95 | 14.21 | 3.08 | - |
| YUV | 99.25 | 90.62 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 33 | 0 | 0.60 | 0.81 | 0.30 | 16.14 | 0.69 | 0.41 |
| Hex | B2 | 48 | 21 | 0 | 3C | 51 | 1E | 10 | 45 | 29 |
| Octal | 262 | 110 | 41 | 0 | 74 | 121 | 36 | 20 | 105 | 51 |
| Binary | 10110010 | 1001000 | 100001 | 0 | 111100 | 1010001 | 11110 | 10000 | 1000101 | 101001 |
Color Harmonies of #B24821
Complementary color
Monochromatic Colors of #B24821
Black with #B24821
Text Example
Text Example
White with #B24821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24821; }
p { color: rgb(178,72,33); }
H1.HeaderClassName
{
color: #B24821;
}
.AnyTagClassName
{
color: #B24821;
}
</style>
background-color css
<style>
a { background-color: #B24821; }
a { background-color: rgb(178,72,33); }
div.DivClassName
{
background-color: #B24821;
}
.BgClassName
{
background-color: #B24821;
}
</style>
border-color css
<style>
span { border-color: #B24821; }
span { border-color: rgb(178,72,33); }
td.TdClassName
{
border-color: #B24821;
}
.TagClassName
{
border-color: #B24821;
}
</style>