Shades of Rose Of Sharon #B2481F
Tints of Rose Of Sharon #B2481F
RGB
CMYK
RGB Variations
Color information
#B2481F (or 0xB2481F) is known color: Rose Of Sharon. HEX triplet: B2, 48 and 1F. RGB value is (178,72,31). Sum of RGB (Red+Green+Blue) = 178+72+31=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2481F is #4DB7E0. Grayscale: #636363. Windows color (decimal): -5093345 or 2050226. OLE color: 2050226.
HSL color Cylindrical-coordinate representation of color #B2481F: hue angle of 16.73º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2481F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 31 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.30 |
| HSL | 16.73º | 0.7% | 0.41% | - |
| HSV(B) | 16.73º | 0.83% | 0.7% | - |
| XYZ | 20.92 | 14.2 | 2.93 | - |
| YUV | 99.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 31 | 0 | 0.60 | 0.83 | 0.30 | 16.73 | 0.7 | 0.41 |
| Hex | B2 | 48 | 1F | 0 | 3C | 53 | 1E | 11 | 46 | 29 |
| Octal | 262 | 110 | 37 | 0 | 74 | 123 | 36 | 21 | 106 | 51 |
| Binary | 10110010 | 1001000 | 11111 | 0 | 111100 | 1010011 | 11110 | 10001 | 1000110 | 101001 |
Color Harmonies of #B2481F
Complementary color
Monochromatic Colors of #B2481F
Black with #B2481F
Text Example
Text Example
White with #B2481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2481F; }
p { color: rgb(178,72,31); }
H1.HeaderClassName
{
color: #B2481F;
}
.AnyTagClassName
{
color: #B2481F;
}
</style>
background-color css
<style>
a { background-color: #B2481F; }
a { background-color: rgb(178,72,31); }
div.DivClassName
{
background-color: #B2481F;
}
.BgClassName
{
background-color: #B2481F;
}
</style>
border-color css
<style>
span { border-color: #B2481F; }
span { border-color: rgb(178,72,31); }
td.TdClassName
{
border-color: #B2481F;
}
.TagClassName
{
border-color: #B2481F;
}
</style>