Shades of Rose Of Sharon #B4482D
Tints of Rose Of Sharon #B4482D
RGB
CMYK
RGB Variations
Color information
#B4482D (or 0xB4482D) is known color: Rose Of Sharon. HEX triplet: B4, 48 and 2D. RGB value is (180,72,45). Sum of RGB (Red+Green+Blue) = 180+72+45=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4482D is #4BB7D2. Grayscale: #656565. Windows color (decimal): -4962259 or 2967732. OLE color: 2967732.
HSL color Cylindrical-coordinate representation of color #B4482D: hue angle of 12º 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 #B4482D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 45 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.29 |
| HSL | 12º | 0.6% | 0.44% | - |
| HSV(B) | 12º | 0.75% | 0.71% | - |
| XYZ | 21.61 | 14.53 | 4.15 | - |
| YUV | 101.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 45 | 0 | 0.60 | 0.75 | 0.29 | 12 | 0.6 | 0.44 |
| Hex | B4 | 48 | 2D | 0 | 3C | 4B | 1D | C | 3C | 2C |
| Octal | 264 | 110 | 55 | 0 | 74 | 113 | 35 | 14 | 74 | 54 |
| Binary | 10110100 | 1001000 | 101101 | 0 | 111100 | 1001011 | 11101 | 1100 | 111100 | 101100 |
Color Harmonies of #B4482D
Complementary color
Monochromatic Colors of #B4482D
Black with #B4482D
Text Example
Text Example
White with #B4482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4482D; }
p { color: rgb(180,72,45); }
H1.HeaderClassName
{
color: #B4482D;
}
.AnyTagClassName
{
color: #B4482D;
}
</style>
background-color css
<style>
a { background-color: #B4482D; }
a { background-color: rgb(180,72,45); }
div.DivClassName
{
background-color: #B4482D;
}
.BgClassName
{
background-color: #B4482D;
}
</style>
border-color css
<style>
span { border-color: #B4482D; }
span { border-color: rgb(180,72,45); }
td.TdClassName
{
border-color: #B4482D;
}
.TagClassName
{
border-color: #B4482D;
}
</style>