Shades of Rose Of Sharon #B0501F
Tints of Rose Of Sharon #B0501F
RGB
CMYK
RGB Variations
Color information
#B0501F (or 0xB0501F) is known color: Rose Of Sharon. HEX triplet: B0, 50 and 1F. RGB value is (176,80,31). Sum of RGB (Red+Green+Blue) = 176+80+31=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0501F is #4FAFE0. Grayscale: #676767. Windows color (decimal): -5222369 or 2052272. OLE color: 2052272.
HSL color Cylindrical-coordinate representation of color #B0501F: hue angle of 20.28º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0501F is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 31 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.31 |
| HSL | 20.28º | 0.7% | 0.41% | - |
| HSV(B) | 20.28º | 0.82% | 0.69% | - |
| XYZ | 21.02 | 15.07 | 3.1 | - |
| YUV | 103.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 31 | 0 | 0.55 | 0.82 | 0.31 | 20.28 | 0.7 | 0.41 |
| Hex | B0 | 50 | 1F | 0 | 37 | 52 | 1F | 14 | 46 | 29 |
| Octal | 260 | 120 | 37 | 0 | 67 | 122 | 37 | 24 | 106 | 51 |
| Binary | 10110000 | 1010000 | 11111 | 0 | 110111 | 1010010 | 11111 | 10100 | 1000110 | 101001 |
Color Harmonies of #B0501F
Complementary color
Monochromatic Colors of #B0501F
Black with #B0501F
Text Example
Text Example
White with #B0501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0501F; }
p { color: rgb(176,80,31); }
H1.HeaderClassName
{
color: #B0501F;
}
.AnyTagClassName
{
color: #B0501F;
}
</style>
background-color css
<style>
a { background-color: #B0501F; }
a { background-color: rgb(176,80,31); }
div.DivClassName
{
background-color: #B0501F;
}
.BgClassName
{
background-color: #B0501F;
}
</style>
border-color css
<style>
span { border-color: #B0501F; }
span { border-color: rgb(176,80,31); }
td.TdClassName
{
border-color: #B0501F;
}
.TagClassName
{
border-color: #B0501F;
}
</style>