Shades of Rose Of Sharon #B24321
Tints of Rose Of Sharon #B24321
RGB
CMYK
RGB Variations
Color information
#B24321 (or 0xB24321) is known color: Rose Of Sharon. HEX triplet: B2, 43 and 21. RGB value is (178,67,33). Sum of RGB (Red+Green+Blue) = 178+67+33=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B24321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24321 is #4DBCDE. Grayscale: #606060. Windows color (decimal): -5094623 or 2180018. OLE color: 2180018.
HSL color Cylindrical-coordinate representation of color #B24321: hue angle of 14.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B24321 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 33 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.30 |
| HSL | 14.07º | 0.69% | 0.41% | - |
| HSV(B) | 14.07º | 0.81% | 0.7% | - |
| XYZ | 20.64 | 13.59 | 2.97 | - |
| YUV | 96.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 33 | 0 | 0.62 | 0.81 | 0.30 | 14.07 | 0.69 | 0.41 |
| Hex | B2 | 43 | 21 | 0 | 3E | 51 | 1E | E | 45 | 29 |
| Octal | 262 | 103 | 41 | 0 | 76 | 121 | 36 | 16 | 105 | 51 |
| Binary | 10110010 | 1000011 | 100001 | 0 | 111110 | 1010001 | 11110 | 1110 | 1000101 | 101001 |
Color Harmonies of #B24321
Complementary color
Monochromatic Colors of #B24321
Black with #B24321
Text Example
Text Example
White with #B24321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24321; }
p { color: rgb(178,67,33); }
H1.HeaderClassName
{
color: #B24321;
}
.AnyTagClassName
{
color: #B24321;
}
</style>
background-color css
<style>
a { background-color: #B24321; }
a { background-color: rgb(178,67,33); }
div.DivClassName
{
background-color: #B24321;
}
.BgClassName
{
background-color: #B24321;
}
</style>
border-color css
<style>
span { border-color: #B24321; }
span { border-color: rgb(178,67,33); }
td.TdClassName
{
border-color: #B24321;
}
.TagClassName
{
border-color: #B24321;
}
</style>