Shades of Rose Of Sharon #B44624
Tints of Rose Of Sharon #B44624
RGB
CMYK
RGB Variations
Color information
#B44624 (or 0xB44624) is known color: Rose Of Sharon. HEX triplet: B4, 46 and 24. RGB value is (180,70,36). Sum of RGB (Red+Green+Blue) = 180+70+36=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B44624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44624 is #4BB9DB. Grayscale: #636363. Windows color (decimal): -4962780 or 2377396. OLE color: 2377396.
HSL color Cylindrical-coordinate representation of color #B44624: hue angle of 14.17º 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 #B44624 is Cyan = 0, Magento = 0.61, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 36 | - |
| CMYK | 0 | 0.61 | 0.8 | 0.29 |
| HSL | 14.17º | 0.67% | 0.42% | - |
| HSV(B) | 14.17º | 0.8% | 0.71% | - |
| XYZ | 21.33 | 14.21 | 3.29 | - |
| YUV | 99.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 36 | 0 | 0.61 | 0.8 | 0.29 | 14.17 | 0.67 | 0.42 |
| Hex | B4 | 46 | 24 | 0 | 3D | 50 | 1D | E | 43 | 2A |
| Octal | 264 | 106 | 44 | 0 | 75 | 120 | 35 | 16 | 103 | 52 |
| Binary | 10110100 | 1000110 | 100100 | 0 | 111101 | 1010000 | 11101 | 1110 | 1000011 | 101010 |
Color Harmonies of #B44624
Complementary color
Monochromatic Colors of #B44624
Black with #B44624
Text Example
Text Example
White with #B44624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44624; }
p { color: rgb(180,70,36); }
H1.HeaderClassName
{
color: #B44624;
}
.AnyTagClassName
{
color: #B44624;
}
</style>
background-color css
<style>
a { background-color: #B44624; }
a { background-color: rgb(180,70,36); }
div.DivClassName
{
background-color: #B44624;
}
.BgClassName
{
background-color: #B44624;
}
</style>
border-color css
<style>
span { border-color: #B44624; }
span { border-color: rgb(180,70,36); }
td.TdClassName
{
border-color: #B44624;
}
.TagClassName
{
border-color: #B44624;
}
</style>