Shades of Rose Of Sharon #B2482D
Tints of Rose Of Sharon #B2482D
RGB
CMYK
RGB Variations
Color information
#B2482D (or 0xB2482D) is known color: Rose Of Sharon. HEX triplet: B2, 48 and 2D. RGB value is (178,72,45). Sum of RGB (Red+Green+Blue) = 178+72+45=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2482D is #4DB7D2. Grayscale: #646464. Windows color (decimal): -5093331 or 2967730. OLE color: 2967730.
HSL color Cylindrical-coordinate representation of color #B2482D: hue angle of 12.18º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2482D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 45 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.30 |
| HSL | 12.18º | 0.6% | 0.44% | - |
| HSV(B) | 12.18º | 0.75% | 0.7% | - |
| XYZ | 21.15 | 14.29 | 4.13 | - |
| YUV | 100.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 45 | 0 | 0.60 | 0.75 | 0.30 | 12.18 | 0.6 | 0.44 |
| Hex | B2 | 48 | 2D | 0 | 3C | 4B | 1E | C | 3C | 2C |
| Octal | 262 | 110 | 55 | 0 | 74 | 113 | 36 | 14 | 74 | 54 |
| Binary | 10110010 | 1001000 | 101101 | 0 | 111100 | 1001011 | 11110 | 1100 | 111100 | 101100 |
Color Harmonies of #B2482D
Complementary color
Monochromatic Colors of #B2482D
Black with #B2482D
Text Example
Text Example
White with #B2482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2482D; }
p { color: rgb(178,72,45); }
H1.HeaderClassName
{
color: #B2482D;
}
.AnyTagClassName
{
color: #B2482D;
}
</style>
background-color css
<style>
a { background-color: #B2482D; }
a { background-color: rgb(178,72,45); }
div.DivClassName
{
background-color: #B2482D;
}
.BgClassName
{
background-color: #B2482D;
}
</style>
border-color css
<style>
span { border-color: #B2482D; }
span { border-color: rgb(178,72,45); }
td.TdClassName
{
border-color: #B2482D;
}
.TagClassName
{
border-color: #B2482D;
}
</style>