Shades of Rose Of Sharon #B3501D
Tints of Rose Of Sharon #B3501D
RGB
CMYK
RGB Variations
Color information
#B3501D (or 0xB3501D) is known color: Rose Of Sharon. HEX triplet: B3, 50 and 1D. RGB value is (179,80,29). Sum of RGB (Red+Green+Blue) = 179+80+29=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B3501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3501D is #4CAFE2. Grayscale: #686868. Windows color (decimal): -5025763 or 1921203. OLE color: 1921203.
HSL color Cylindrical-coordinate representation of color #B3501D: hue angle of 20.4º 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 #B3501D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 29 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.30 |
| HSL | 20.4º | 0.72% | 0.41% | - |
| HSV(B) | 20.4º | 0.84% | 0.7% | - |
| XYZ | 21.68 | 15.41 | 2.99 | - |
| YUV | 103.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 29 | 0 | 0.55 | 0.84 | 0.30 | 20.4 | 0.72 | 0.41 |
| Hex | B3 | 50 | 1D | 0 | 37 | 54 | 1E | 14 | 48 | 29 |
| Octal | 263 | 120 | 35 | 0 | 67 | 124 | 36 | 24 | 110 | 51 |
| Binary | 10110011 | 1010000 | 11101 | 0 | 110111 | 1010100 | 11110 | 10100 | 1001000 | 101001 |
Color Harmonies of #B3501D
Complementary color
Monochromatic Colors of #B3501D
Black with #B3501D
Text Example
Text Example
White with #B3501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3501D; }
p { color: rgb(179,80,29); }
H1.HeaderClassName
{
color: #B3501D;
}
.AnyTagClassName
{
color: #B3501D;
}
</style>
background-color css
<style>
a { background-color: #B3501D; }
a { background-color: rgb(179,80,29); }
div.DivClassName
{
background-color: #B3501D;
}
.BgClassName
{
background-color: #B3501D;
}
</style>
border-color css
<style>
span { border-color: #B3501D; }
span { border-color: rgb(179,80,29); }
td.TdClassName
{
border-color: #B3501D;
}
.TagClassName
{
border-color: #B3501D;
}
</style>