Shades of Rose Of Sharon #B44824
Tints of Rose Of Sharon #B44824
RGB
CMYK
RGB Variations
Color information
#B44824 (or 0xB44824) is known color: Rose Of Sharon. HEX triplet: B4, 48 and 24. RGB value is (180,72,36). Sum of RGB (Red+Green+Blue) = 180+72+36=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B44824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44824 is #4BB7DB. Grayscale: #646464. Windows color (decimal): -4962268 or 2377908. OLE color: 2377908.
HSL color Cylindrical-coordinate representation of color #B44824: hue angle of 15º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B44824 is Cyan = 0, Magento = 0.60, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 36 | - |
| CMYK | 0 | 0.60 | 0.8 | 0.29 |
| HSL | 15º | 0.67% | 0.42% | - |
| HSV(B) | 15º | 0.8% | 0.71% | - |
| XYZ | 21.46 | 14.47 | 3.33 | - |
| YUV | 100.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 36 | 0 | 0.60 | 0.8 | 0.29 | 15 | 0.67 | 0.42 |
| Hex | B4 | 48 | 24 | 0 | 3C | 50 | 1D | F | 43 | 2A |
| Octal | 264 | 110 | 44 | 0 | 74 | 120 | 35 | 17 | 103 | 52 |
| Binary | 10110100 | 1001000 | 100100 | 0 | 111100 | 1010000 | 11101 | 1111 | 1000011 | 101010 |
Color Harmonies of #B44824
Complementary color
Monochromatic Colors of #B44824
Black with #B44824
Text Example
Text Example
White with #B44824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44824; }
p { color: rgb(180,72,36); }
H1.HeaderClassName
{
color: #B44824;
}
.AnyTagClassName
{
color: #B44824;
}
</style>
background-color css
<style>
a { background-color: #B44824; }
a { background-color: rgb(180,72,36); }
div.DivClassName
{
background-color: #B44824;
}
.BgClassName
{
background-color: #B44824;
}
</style>
border-color css
<style>
span { border-color: #B44824; }
span { border-color: rgb(180,72,36); }
td.TdClassName
{
border-color: #B44824;
}
.TagClassName
{
border-color: #B44824;
}
</style>