Shades of Rose Of Sharon #B55024
Tints of Rose Of Sharon #B55024
RGB
CMYK
RGB Variations
Color information
#B55024 (or 0xB55024) is known color: Rose Of Sharon. HEX triplet: B5, 50 and 24. RGB value is (181,80,36). Sum of RGB (Red+Green+Blue) = 181+80+36=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B55024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55024 is #4AAFDB. Grayscale: #696969. Windows color (decimal): -4894684 or 2379957. OLE color: 2379957.
HSL color Cylindrical-coordinate representation of color #B55024: hue angle of 18.21º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B55024 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 36 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.29 |
| HSL | 18.21º | 0.67% | 0.43% | - |
| HSV(B) | 18.21º | 0.8% | 0.71% | - |
| XYZ | 22.24 | 15.69 | 3.52 | - |
| YUV | 105.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 36 | 0 | 0.56 | 0.80 | 0.29 | 18.21 | 0.67 | 0.43 |
| Hex | B5 | 50 | 24 | 0 | 38 | 50 | 1D | 12 | 43 | 2B |
| Octal | 265 | 120 | 44 | 0 | 70 | 120 | 35 | 22 | 103 | 53 |
| Binary | 10110101 | 1010000 | 100100 | 0 | 111000 | 1010000 | 11101 | 10010 | 1000011 | 101011 |
Color Harmonies of #B55024
Complementary color
Monochromatic Colors of #B55024
Black with #B55024
Text Example
Text Example
White with #B55024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55024; }
p { color: rgb(181,80,36); }
H1.HeaderClassName
{
color: #B55024;
}
.AnyTagClassName
{
color: #B55024;
}
</style>
background-color css
<style>
a { background-color: #B55024; }
a { background-color: rgb(181,80,36); }
div.DivClassName
{
background-color: #B55024;
}
.BgClassName
{
background-color: #B55024;
}
</style>
border-color css
<style>
span { border-color: #B55024; }
span { border-color: rgb(181,80,36); }
td.TdClassName
{
border-color: #B55024;
}
.TagClassName
{
border-color: #B55024;
}
</style>