Shades of Rose Of Sharon #B0482F
Tints of Rose Of Sharon #B0482F
RGB
CMYK
RGB Variations
Color information
#B0482F (or 0xB0482F) is known color: Rose Of Sharon. HEX triplet: B0, 48 and 2F. RGB value is (176,72,47). Sum of RGB (Red+Green+Blue) = 176+72+47=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B0482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0482F is #4FB7D0. Grayscale: #646464. Windows color (decimal): -5224401 or 3098800. OLE color: 3098800.
HSL color Cylindrical-coordinate representation of color #B0482F: hue angle of 11.63º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0482F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 47 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.31 |
| HSL | 11.63º | 0.58% | 0.44% | - |
| HSV(B) | 11.63º | 0.73% | 0.69% | - |
| XYZ | 20.73 | 14.07 | 4.31 | - |
| YUV | 100.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 47 | 0 | 0.59 | 0.73 | 0.31 | 11.63 | 0.58 | 0.44 |
| Hex | B0 | 48 | 2F | 0 | 3B | 49 | 1F | C | 3A | 2C |
| Octal | 260 | 110 | 57 | 0 | 73 | 111 | 37 | 14 | 72 | 54 |
| Binary | 10110000 | 1001000 | 101111 | 0 | 111011 | 1001001 | 11111 | 1100 | 111010 | 101100 |
Color Harmonies of #B0482F
Complementary color
Monochromatic Colors of #B0482F
Black with #B0482F
Text Example
Text Example
White with #B0482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0482F; }
p { color: rgb(176,72,47); }
H1.HeaderClassName
{
color: #B0482F;
}
.AnyTagClassName
{
color: #B0482F;
}
</style>
background-color css
<style>
a { background-color: #B0482F; }
a { background-color: rgb(176,72,47); }
div.DivClassName
{
background-color: #B0482F;
}
.BgClassName
{
background-color: #B0482F;
}
</style>
border-color css
<style>
span { border-color: #B0482F; }
span { border-color: rgb(176,72,47); }
td.TdClassName
{
border-color: #B0482F;
}
.TagClassName
{
border-color: #B0482F;
}
</style>