Shades of Rose Of Sharon #B1501D
Tints of Rose Of Sharon #B1501D
RGB
CMYK
RGB Variations
Color information
#B1501D (or 0xB1501D) is known color: Rose Of Sharon. HEX triplet: B1, 50 and 1D. RGB value is (177,80,29). Sum of RGB (Red+Green+Blue) = 177+80+29=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1501D is #4EAFE2. Grayscale: #676767. Windows color (decimal): -5156835 or 1921201. OLE color: 1921201.
HSL color Cylindrical-coordinate representation of color #B1501D: hue angle of 20.68º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1501D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 29 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.31 |
| HSL | 20.68º | 0.72% | 0.4% | - |
| HSV(B) | 20.68º | 0.84% | 0.69% | - |
| XYZ | 21.22 | 15.17 | 2.97 | - |
| YUV | 103.19 | 86.14 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 29 | 0 | 0.55 | 0.84 | 0.31 | 20.68 | 0.72 | 0.4 |
| Hex | B1 | 50 | 1D | 0 | 37 | 54 | 1F | 15 | 48 | 28 |
| Octal | 261 | 120 | 35 | 0 | 67 | 124 | 37 | 25 | 110 | 50 |
| Binary | 10110001 | 1010000 | 11101 | 0 | 110111 | 1010100 | 11111 | 10101 | 1001000 | 101000 |
Color Harmonies of #B1501D
Complementary color
Monochromatic Colors of #B1501D
Black with #B1501D
Text Example
Text Example
White with #B1501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1501D; }
p { color: rgb(177,80,29); }
H1.HeaderClassName
{
color: #B1501D;
}
.AnyTagClassName
{
color: #B1501D;
}
</style>
background-color css
<style>
a { background-color: #B1501D; }
a { background-color: rgb(177,80,29); }
div.DivClassName
{
background-color: #B1501D;
}
.BgClassName
{
background-color: #B1501D;
}
</style>
border-color css
<style>
span { border-color: #B1501D; }
span { border-color: rgb(177,80,29); }
td.TdClassName
{
border-color: #B1501D;
}
.TagClassName
{
border-color: #B1501D;
}
</style>