Shades of Rose Of Sharon #B3521D
Tints of Rose Of Sharon #B3521D
RGB
CMYK
RGB Variations
Color information
#B3521D (or 0xB3521D) is known color: Rose Of Sharon. HEX triplet: B3, 52 and 1D. RGB value is (179,82,29). Sum of RGB (Red+Green+Blue) = 179+82+29=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3521D is #4CADE2. Grayscale: #696969. Windows color (decimal): -5025251 or 1921715. OLE color: 1921715.
HSL color Cylindrical-coordinate representation of color #B3521D: hue angle of 21.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3521D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 29 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.30 |
| HSL | 21.2º | 0.72% | 0.41% | - |
| HSV(B) | 21.2º | 0.84% | 0.7% | - |
| XYZ | 21.83 | 15.71 | 3.04 | - |
| YUV | 104.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 29 | 0 | 0.54 | 0.84 | 0.30 | 21.2 | 0.72 | 0.41 |
| Hex | B3 | 52 | 1D | 0 | 36 | 54 | 1E | 15 | 48 | 29 |
| Octal | 263 | 122 | 35 | 0 | 66 | 124 | 36 | 25 | 110 | 51 |
| Binary | 10110011 | 1010010 | 11101 | 0 | 110110 | 1010100 | 11110 | 10101 | 1001000 | 101001 |
Color Harmonies of #B3521D
Complementary color
Monochromatic Colors of #B3521D
Black with #B3521D
Text Example
Text Example
White with #B3521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3521D; }
p { color: rgb(179,82,29); }
H1.HeaderClassName
{
color: #B3521D;
}
.AnyTagClassName
{
color: #B3521D;
}
</style>
background-color css
<style>
a { background-color: #B3521D; }
a { background-color: rgb(179,82,29); }
div.DivClassName
{
background-color: #B3521D;
}
.BgClassName
{
background-color: #B3521D;
}
</style>
border-color css
<style>
span { border-color: #B3521D; }
span { border-color: rgb(179,82,29); }
td.TdClassName
{
border-color: #B3521D;
}
.TagClassName
{
border-color: #B3521D;
}
</style>