Shades of Rose Of Sharon #B34422
Tints of Rose Of Sharon #B34422
RGB
CMYK
RGB Variations
Color information
#B34422 (or 0xB34422) is known color: Rose Of Sharon. HEX triplet: B3, 44 and 22. RGB value is (179,68,34). Sum of RGB (Red+Green+Blue) = 179+68+34=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34422 is #4CBBDD. Grayscale: #616161. Windows color (decimal): -5028830 or 2245811. OLE color: 2245811.
HSL color Cylindrical-coordinate representation of color #B34422: hue angle of 14.07º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B34422 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 34 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.30 |
| HSL | 14.07º | 0.68% | 0.42% | - |
| HSV(B) | 14.07º | 0.81% | 0.7% | - |
| XYZ | 20.95 | 13.83 | 3.08 | - |
| YUV | 97.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 34 | 0 | 0.62 | 0.81 | 0.30 | 14.07 | 0.68 | 0.42 |
| Hex | B3 | 44 | 22 | 0 | 3E | 51 | 1E | E | 44 | 2A |
| Octal | 263 | 104 | 42 | 0 | 76 | 121 | 36 | 16 | 104 | 52 |
| Binary | 10110011 | 1000100 | 100010 | 0 | 111110 | 1010001 | 11110 | 1110 | 1000100 | 101010 |
Color Harmonies of #B34422
Complementary color
Monochromatic Colors of #B34422
Black with #B34422
Text Example
Text Example
White with #B34422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34422; }
p { color: rgb(179,68,34); }
H1.HeaderClassName
{
color: #B34422;
}
.AnyTagClassName
{
color: #B34422;
}
</style>
background-color css
<style>
a { background-color: #B34422; }
a { background-color: rgb(179,68,34); }
div.DivClassName
{
background-color: #B34422;
}
.BgClassName
{
background-color: #B34422;
}
</style>
border-color css
<style>
span { border-color: #B34422; }
span { border-color: rgb(179,68,34); }
td.TdClassName
{
border-color: #B34422;
}
.TagClassName
{
border-color: #B34422;
}
</style>