Shades of Rose Of Sharon #B04D24
Tints of Rose Of Sharon #B04D24
RGB
CMYK
RGB Variations
Color information
#B04D24 (or 0xB04D24) is known color: Rose Of Sharon. HEX triplet: B0, 4D and 24. RGB value is (176,77,36). Sum of RGB (Red+Green+Blue) = 176+77+36=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D24 is #4FB2DB. Grayscale: #666666. Windows color (decimal): -5223132 or 2379184. OLE color: 2379184.
HSL color Cylindrical-coordinate representation of color #B04D24: hue angle of 17.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B04D24 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 36 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.31 |
| HSL | 17.57º | 0.66% | 0.42% | - |
| HSV(B) | 17.57º | 0.8% | 0.69% | - |
| XYZ | 20.88 | 14.67 | 3.4 | - |
| YUV | 101.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 36 | 0 | 0.56 | 0.80 | 0.31 | 17.57 | 0.66 | 0.42 |
| Hex | B0 | 4D | 24 | 0 | 38 | 50 | 1F | 12 | 42 | 2A |
| Octal | 260 | 115 | 44 | 0 | 70 | 120 | 37 | 22 | 102 | 52 |
| Binary | 10110000 | 1001101 | 100100 | 0 | 111000 | 1010000 | 11111 | 10010 | 1000010 | 101010 |
Color Harmonies of #B04D24
Complementary color
Monochromatic Colors of #B04D24
Black with #B04D24
Text Example
Text Example
White with #B04D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D24; }
p { color: rgb(176,77,36); }
H1.HeaderClassName
{
color: #B04D24;
}
.AnyTagClassName
{
color: #B04D24;
}
</style>
background-color css
<style>
a { background-color: #B04D24; }
a { background-color: rgb(176,77,36); }
div.DivClassName
{
background-color: #B04D24;
}
.BgClassName
{
background-color: #B04D24;
}
</style>
border-color css
<style>
span { border-color: #B04D24; }
span { border-color: rgb(176,77,36); }
td.TdClassName
{
border-color: #B04D24;
}
.TagClassName
{
border-color: #B04D24;
}
</style>