Shades of Rose Of Sharon #B4501C
Tints of Rose Of Sharon #B4501C
RGB
CMYK
RGB Variations
Color information
#B4501C (or 0xB4501C) is known color: Rose Of Sharon. HEX triplet: B4, 50 and 1C. RGB value is (180,80,28). Sum of RGB (Red+Green+Blue) = 180+80+28=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B4501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4501C is #4BAFE3. Grayscale: #686868. Windows color (decimal): -4960228 or 1855668. OLE color: 1855668.
HSL color Cylindrical-coordinate representation of color #B4501C: hue angle of 20.53º degrees, saturation: 0.73, 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 #B4501C is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 28 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.29 |
| HSL | 20.53º | 0.73% | 0.41% | - |
| HSV(B) | 20.53º | 0.84% | 0.71% | - |
| XYZ | 21.9 | 15.52 | 2.94 | - |
| YUV | 103.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 28 | 0 | 0.56 | 0.84 | 0.29 | 20.53 | 0.73 | 0.41 |
| Hex | B4 | 50 | 1C | 0 | 38 | 54 | 1D | 15 | 49 | 29 |
| Octal | 264 | 120 | 34 | 0 | 70 | 124 | 35 | 25 | 111 | 51 |
| Binary | 10110100 | 1010000 | 11100 | 0 | 111000 | 1010100 | 11101 | 10101 | 1001001 | 101001 |
Color Harmonies of #B4501C
Complementary color
Monochromatic Colors of #B4501C
Black with #B4501C
Text Example
Text Example
White with #B4501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4501C; }
p { color: rgb(180,80,28); }
H1.HeaderClassName
{
color: #B4501C;
}
.AnyTagClassName
{
color: #B4501C;
}
</style>
background-color css
<style>
a { background-color: #B4501C; }
a { background-color: rgb(180,80,28); }
div.DivClassName
{
background-color: #B4501C;
}
.BgClassName
{
background-color: #B4501C;
}
</style>
border-color css
<style>
span { border-color: #B4501C; }
span { border-color: rgb(180,80,28); }
td.TdClassName
{
border-color: #B4501C;
}
.TagClassName
{
border-color: #B4501C;
}
</style>