Shades of Rose Of Sharon #B2501D
Tints of Rose Of Sharon #B2501D
RGB
CMYK
RGB Variations
Color information
#B2501D (or 0xB2501D) is known color: Rose Of Sharon. HEX triplet: B2, 50 and 1D. RGB value is (178,80,29). Sum of RGB (Red+Green+Blue) = 178+80+29=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2501D is #4DAFE2. Grayscale: #676767. Windows color (decimal): -5091299 or 1921202. OLE color: 1921202.
HSL color Cylindrical-coordinate representation of color #B2501D: hue angle of 20.54º 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 #B2501D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 29 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.30 |
| HSL | 20.54º | 0.72% | 0.41% | - |
| HSV(B) | 20.54º | 0.84% | 0.7% | - |
| XYZ | 21.45 | 15.29 | 2.98 | - |
| YUV | 103.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 29 | 0 | 0.55 | 0.84 | 0.30 | 20.54 | 0.72 | 0.41 |
| Hex | B2 | 50 | 1D | 0 | 37 | 54 | 1E | 15 | 48 | 29 |
| Octal | 262 | 120 | 35 | 0 | 67 | 124 | 36 | 25 | 110 | 51 |
| Binary | 10110010 | 1010000 | 11101 | 0 | 110111 | 1010100 | 11110 | 10101 | 1001000 | 101001 |
Color Harmonies of #B2501D
Complementary color
Monochromatic Colors of #B2501D
Black with #B2501D
Text Example
Text Example
White with #B2501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2501D; }
p { color: rgb(178,80,29); }
H1.HeaderClassName
{
color: #B2501D;
}
.AnyTagClassName
{
color: #B2501D;
}
</style>
background-color css
<style>
a { background-color: #B2501D; }
a { background-color: rgb(178,80,29); }
div.DivClassName
{
background-color: #B2501D;
}
.BgClassName
{
background-color: #B2501D;
}
</style>
border-color css
<style>
span { border-color: #B2501D; }
span { border-color: rgb(178,80,29); }
td.TdClassName
{
border-color: #B2501D;
}
.TagClassName
{
border-color: #B2501D;
}
</style>