Shades of Rose Of Sharon #B24423
Tints of Rose Of Sharon #B24423
RGB
CMYK
RGB Variations
Color information
#B24423 (or 0xB24423) is known color: Rose Of Sharon. HEX triplet: B2, 44 and 23. RGB value is (178,68,35). Sum of RGB (Red+Green+Blue) = 178+68+35=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B24423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24423 is #4DBBDC. Grayscale: #616161. Windows color (decimal): -5094365 or 2311346. OLE color: 2311346.
HSL color Cylindrical-coordinate representation of color #B24423: hue angle of 13.85º degrees, saturation: 0.67, 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 #B24423 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 35 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.30 |
| HSL | 13.85º | 0.67% | 0.42% | - |
| HSV(B) | 13.85º | 0.8% | 0.7% | - |
| XYZ | 20.73 | 13.72 | 3.15 | - |
| YUV | 97.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 35 | 0 | 0.62 | 0.80 | 0.30 | 13.85 | 0.67 | 0.42 |
| Hex | B2 | 44 | 23 | 0 | 3E | 50 | 1E | E | 43 | 2A |
| Octal | 262 | 104 | 43 | 0 | 76 | 120 | 36 | 16 | 103 | 52 |
| Binary | 10110010 | 1000100 | 100011 | 0 | 111110 | 1010000 | 11110 | 1110 | 1000011 | 101010 |
Color Harmonies of #B24423
Complementary color
Monochromatic Colors of #B24423
Black with #B24423
Text Example
Text Example
White with #B24423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24423; }
p { color: rgb(178,68,35); }
H1.HeaderClassName
{
color: #B24423;
}
.AnyTagClassName
{
color: #B24423;
}
</style>
background-color css
<style>
a { background-color: #B24423; }
a { background-color: rgb(178,68,35); }
div.DivClassName
{
background-color: #B24423;
}
.BgClassName
{
background-color: #B24423;
}
</style>
border-color css
<style>
span { border-color: #B24423; }
span { border-color: rgb(178,68,35); }
td.TdClassName
{
border-color: #B24423;
}
.TagClassName
{
border-color: #B24423;
}
</style>