Shades of Rose Of Sharon #B25120
Tints of Rose Of Sharon #B25120
RGB
CMYK
RGB Variations
Color information
#B25120 (or 0xB25120) is known color: Rose Of Sharon. HEX triplet: B2, 51 and 20. RGB value is (178,81,32). Sum of RGB (Red+Green+Blue) = 178+81+32=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B25120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25120 is #4DAEDF. Grayscale: #686868. Windows color (decimal): -5091040 or 2118066. OLE color: 2118066.
HSL color Cylindrical-coordinate representation of color #B25120: hue angle of 20.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B25120 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 32 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.30 |
| HSL | 20.14º | 0.7% | 0.41% | - |
| HSV(B) | 20.14º | 0.82% | 0.7% | - |
| XYZ | 21.56 | 15.45 | 3.21 | - |
| YUV | 104.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 32 | 0 | 0.54 | 0.82 | 0.30 | 20.14 | 0.7 | 0.41 |
| Hex | B2 | 51 | 20 | 0 | 36 | 52 | 1E | 14 | 46 | 29 |
| Octal | 262 | 121 | 40 | 0 | 66 | 122 | 36 | 24 | 106 | 51 |
| Binary | 10110010 | 1010001 | 100000 | 0 | 110110 | 1010010 | 11110 | 10100 | 1000110 | 101001 |
Color Harmonies of #B25120
Complementary color
Monochromatic Colors of #B25120
Black with #B25120
Text Example
Text Example
White with #B25120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25120; }
p { color: rgb(178,81,32); }
H1.HeaderClassName
{
color: #B25120;
}
.AnyTagClassName
{
color: #B25120;
}
</style>
background-color css
<style>
a { background-color: #B25120; }
a { background-color: rgb(178,81,32); }
div.DivClassName
{
background-color: #B25120;
}
.BgClassName
{
background-color: #B25120;
}
</style>
border-color css
<style>
span { border-color: #B25120; }
span { border-color: rgb(178,81,32); }
td.TdClassName
{
border-color: #B25120;
}
.TagClassName
{
border-color: #B25120;
}
</style>