Shades of Rose Of Sharon #B4501D
Tints of Rose Of Sharon #B4501D
RGB
CMYK
RGB Variations
Color information
#B4501D (or 0xB4501D) is known color: Rose Of Sharon. HEX triplet: B4, 50 and 1D. RGB value is (180,80,29). Sum of RGB (Red+Green+Blue) = 180+80+29=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4501D is #4BAFE2. Grayscale: #686868. Windows color (decimal): -4960227 or 1921204. OLE color: 1921204.
HSL color Cylindrical-coordinate representation of color #B4501D: hue angle of 20.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4501D is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 29 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.29 |
| HSL | 20.26º | 0.72% | 0.41% | - |
| HSV(B) | 20.26º | 0.84% | 0.71% | - |
| XYZ | 21.91 | 15.53 | 3 | - |
| YUV | 104.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 29 | 0 | 0.56 | 0.84 | 0.29 | 20.26 | 0.72 | 0.41 |
| Hex | B4 | 50 | 1D | 0 | 38 | 54 | 1D | 14 | 48 | 29 |
| Octal | 264 | 120 | 35 | 0 | 70 | 124 | 35 | 24 | 110 | 51 |
| Binary | 10110100 | 1010000 | 11101 | 0 | 111000 | 1010100 | 11101 | 10100 | 1001000 | 101001 |
Color Harmonies of #B4501D
Complementary color
Monochromatic Colors of #B4501D
Black with #B4501D
Text Example
Text Example
White with #B4501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4501D; }
p { color: rgb(180,80,29); }
H1.HeaderClassName
{
color: #B4501D;
}
.AnyTagClassName
{
color: #B4501D;
}
</style>
background-color css
<style>
a { background-color: #B4501D; }
a { background-color: rgb(180,80,29); }
div.DivClassName
{
background-color: #B4501D;
}
.BgClassName
{
background-color: #B4501D;
}
</style>
border-color css
<style>
span { border-color: #B4501D; }
span { border-color: rgb(180,80,29); }
td.TdClassName
{
border-color: #B4501D;
}
.TagClassName
{
border-color: #B4501D;
}
</style>