Shades of Rose Of Sharon #B5482D
Tints of Rose Of Sharon #B5482D
RGB
CMYK
RGB Variations
Color information
#B5482D (or 0xB5482D) is known color: Rose Of Sharon. HEX triplet: B5, 48 and 2D. RGB value is (181,72,45). Sum of RGB (Red+Green+Blue) = 181+72+45=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5482D is #4AB7D2. Grayscale: #656565. Windows color (decimal): -4896723 or 2967733. OLE color: 2967733.
HSL color Cylindrical-coordinate representation of color #B5482D: hue angle of 11.91º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5482D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 45 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.29 |
| HSL | 11.91º | 0.6% | 0.44% | - |
| HSV(B) | 11.91º | 0.75% | 0.71% | - |
| XYZ | 21.85 | 14.65 | 4.16 | - |
| YUV | 101.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 45 | 0 | 0.60 | 0.75 | 0.29 | 11.91 | 0.6 | 0.44 |
| Hex | B5 | 48 | 2D | 0 | 3C | 4B | 1D | C | 3C | 2C |
| Octal | 265 | 110 | 55 | 0 | 74 | 113 | 35 | 14 | 74 | 54 |
| Binary | 10110101 | 1001000 | 101101 | 0 | 111100 | 1001011 | 11101 | 1100 | 111100 | 101100 |
Color Harmonies of #B5482D
Complementary color
Monochromatic Colors of #B5482D
Black with #B5482D
Text Example
Text Example
White with #B5482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5482D; }
p { color: rgb(181,72,45); }
H1.HeaderClassName
{
color: #B5482D;
}
.AnyTagClassName
{
color: #B5482D;
}
</style>
background-color css
<style>
a { background-color: #B5482D; }
a { background-color: rgb(181,72,45); }
div.DivClassName
{
background-color: #B5482D;
}
.BgClassName
{
background-color: #B5482D;
}
</style>
border-color css
<style>
span { border-color: #B5482D; }
span { border-color: rgb(181,72,45); }
td.TdClassName
{
border-color: #B5482D;
}
.TagClassName
{
border-color: #B5482D;
}
</style>