Shades of Rose Of Sharon #B0502B
Tints of Rose Of Sharon #B0502B
RGB
CMYK
RGB Variations
Color information
#B0502B (or 0xB0502B) is known color: Rose Of Sharon. HEX triplet: B0, 50 and 2B. RGB value is (176,80,43). Sum of RGB (Red+Green+Blue) = 176+80+43=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B0502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0502B is #4FAFD4. Grayscale: #686868. Windows color (decimal): -5222357 or 2838704. OLE color: 2838704.
HSL color Cylindrical-coordinate representation of color #B0502B: hue angle of 16.69º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0502B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 43 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.31 |
| HSL | 16.69º | 0.61% | 0.43% | - |
| HSV(B) | 16.69º | 0.76% | 0.69% | - |
| XYZ | 21.21 | 15.14 | 4.09 | - |
| YUV | 104.49 | 93.3 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 43 | 0 | 0.55 | 0.76 | 0.31 | 16.69 | 0.61 | 0.43 |
| Hex | B0 | 50 | 2B | 0 | 37 | 4C | 1F | 11 | 3D | 2B |
| Octal | 260 | 120 | 53 | 0 | 67 | 114 | 37 | 21 | 75 | 53 |
| Binary | 10110000 | 1010000 | 101011 | 0 | 110111 | 1001100 | 11111 | 10001 | 111101 | 101011 |
Color Harmonies of #B0502B
Complementary color
Monochromatic Colors of #B0502B
Black with #B0502B
Text Example
Text Example
White with #B0502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0502B; }
p { color: rgb(176,80,43); }
H1.HeaderClassName
{
color: #B0502B;
}
.AnyTagClassName
{
color: #B0502B;
}
</style>
background-color css
<style>
a { background-color: #B0502B; }
a { background-color: rgb(176,80,43); }
div.DivClassName
{
background-color: #B0502B;
}
.BgClassName
{
background-color: #B0502B;
}
</style>
border-color css
<style>
span { border-color: #B0502B; }
span { border-color: rgb(176,80,43); }
td.TdClassName
{
border-color: #B0502B;
}
.TagClassName
{
border-color: #B0502B;
}
</style>