Shades of Rose Of Sharon #B0492B
Tints of Rose Of Sharon #B0492B
RGB
CMYK
RGB Variations
Color information
#B0492B (or 0xB0492B) is known color: Rose Of Sharon. HEX triplet: B0, 49 and 2B. RGB value is (176,73,43). Sum of RGB (Red+Green+Blue) = 176+73+43=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0492B is #4FB6D4. Grayscale: #646464. Windows color (decimal): -5224149 or 2836912. OLE color: 2836912.
HSL color Cylindrical-coordinate representation of color #B0492B: hue angle of 13.53º 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 #B0492B is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 43 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.31 |
| HSL | 13.53º | 0.61% | 0.43% | - |
| HSV(B) | 13.53º | 0.76% | 0.69% | - |
| XYZ | 20.72 | 14.17 | 3.93 | - |
| YUV | 100.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 43 | 0 | 0.59 | 0.76 | 0.31 | 13.53 | 0.61 | 0.43 |
| Hex | B0 | 49 | 2B | 0 | 3B | 4C | 1F | E | 3D | 2B |
| Octal | 260 | 111 | 53 | 0 | 73 | 114 | 37 | 16 | 75 | 53 |
| Binary | 10110000 | 1001001 | 101011 | 0 | 111011 | 1001100 | 11111 | 1110 | 111101 | 101011 |
Color Harmonies of #B0492B
Complementary color
Monochromatic Colors of #B0492B
Black with #B0492B
Text Example
Text Example
White with #B0492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0492B; }
p { color: rgb(176,73,43); }
H1.HeaderClassName
{
color: #B0492B;
}
.AnyTagClassName
{
color: #B0492B;
}
</style>
background-color css
<style>
a { background-color: #B0492B; }
a { background-color: rgb(176,73,43); }
div.DivClassName
{
background-color: #B0492B;
}
.BgClassName
{
background-color: #B0492B;
}
</style>
border-color css
<style>
span { border-color: #B0492B; }
span { border-color: rgb(176,73,43); }
td.TdClassName
{
border-color: #B0492B;
}
.TagClassName
{
border-color: #B0492B;
}
</style>