Shades of Rose Of Sharon #B1501F
Tints of Rose Of Sharon #B1501F
RGB
CMYK
RGB Variations
Color information
#B1501F (or 0xB1501F) is known color: Rose Of Sharon. HEX triplet: B1, 50 and 1F. RGB value is (177,80,31). Sum of RGB (Red+Green+Blue) = 177+80+31=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1501F is #4EAFE0. Grayscale: #676767. Windows color (decimal): -5156833 or 2052273. OLE color: 2052273.
HSL color Cylindrical-coordinate representation of color #B1501F: hue angle of 20.14º 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 #B1501F is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 31 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.31 |
| HSL | 20.14º | 0.7% | 0.41% | - |
| HSV(B) | 20.14º | 0.82% | 0.69% | - |
| XYZ | 21.25 | 15.18 | 3.11 | - |
| YUV | 103.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 31 | 0 | 0.55 | 0.82 | 0.31 | 20.14 | 0.7 | 0.41 |
| Hex | B1 | 50 | 1F | 0 | 37 | 52 | 1F | 14 | 46 | 29 |
| Octal | 261 | 120 | 37 | 0 | 67 | 122 | 37 | 24 | 106 | 51 |
| Binary | 10110001 | 1010000 | 11111 | 0 | 110111 | 1010010 | 11111 | 10100 | 1000110 | 101001 |
Color Harmonies of #B1501F
Complementary color
Monochromatic Colors of #B1501F
Black with #B1501F
Text Example
Text Example
White with #B1501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1501F; }
p { color: rgb(177,80,31); }
H1.HeaderClassName
{
color: #B1501F;
}
.AnyTagClassName
{
color: #B1501F;
}
</style>
background-color css
<style>
a { background-color: #B1501F; }
a { background-color: rgb(177,80,31); }
div.DivClassName
{
background-color: #B1501F;
}
.BgClassName
{
background-color: #B1501F;
}
</style>
border-color css
<style>
span { border-color: #B1501F; }
span { border-color: rgb(177,80,31); }
td.TdClassName
{
border-color: #B1501F;
}
.TagClassName
{
border-color: #B1501F;
}
</style>