Shades of Rose Of Sharon #B24424
Tints of Rose Of Sharon #B24424
RGB
CMYK
RGB Variations
Color information
#B24424 (or 0xB24424) is known color: Rose Of Sharon. HEX triplet: B2, 44 and 24. RGB value is (178,68,36). Sum of RGB (Red+Green+Blue) = 178+68+36=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24424 is #4DBBDB. Grayscale: #616161. Windows color (decimal): -5094364 or 2376882. OLE color: 2376882.
HSL color Cylindrical-coordinate representation of color #B24424: hue angle of 13.52º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B24424 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 36 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.30 |
| HSL | 13.52º | 0.66% | 0.42% | - |
| HSV(B) | 13.52º | 0.8% | 0.7% | - |
| XYZ | 20.75 | 13.73 | 3.23 | - |
| YUV | 97.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 36 | 0 | 0.62 | 0.80 | 0.30 | 13.52 | 0.66 | 0.42 |
| Hex | B2 | 44 | 24 | 0 | 3E | 50 | 1E | E | 42 | 2A |
| Octal | 262 | 104 | 44 | 0 | 76 | 120 | 36 | 16 | 102 | 52 |
| Binary | 10110010 | 1000100 | 100100 | 0 | 111110 | 1010000 | 11110 | 1110 | 1000010 | 101010 |
Color Harmonies of #B24424
Complementary color
Monochromatic Colors of #B24424
Black with #B24424
Text Example
Text Example
White with #B24424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24424; }
p { color: rgb(178,68,36); }
H1.HeaderClassName
{
color: #B24424;
}
.AnyTagClassName
{
color: #B24424;
}
</style>
background-color css
<style>
a { background-color: #B24424; }
a { background-color: rgb(178,68,36); }
div.DivClassName
{
background-color: #B24424;
}
.BgClassName
{
background-color: #B24424;
}
</style>
border-color css
<style>
span { border-color: #B24424; }
span { border-color: rgb(178,68,36); }
td.TdClassName
{
border-color: #B24424;
}
.TagClassName
{
border-color: #B24424;
}
</style>