Shades of Rose Of Sharon #B44B29
Tints of Rose Of Sharon #B44B29
RGB
CMYK
RGB Variations
Color information
#B44B29 (or 0xB44B29) is known color: Rose Of Sharon. HEX triplet: B4, 4B and 29. RGB value is (180,75,41). Sum of RGB (Red+Green+Blue) = 180+75+41=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B29 is #4BB4D6. Grayscale: #666666. Windows color (decimal): -4961495 or 2706356. OLE color: 2706356.
HSL color Cylindrical-coordinate representation of color #B44B29: hue angle of 14.68º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B44B29 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 75 | 41 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.29 |
| HSL | 14.68º | 0.63% | 0.43% | - |
| HSV(B) | 14.68º | 0.77% | 0.71% | - |
| XYZ | 21.74 | 14.9 | 3.83 | - |
| YUV | 102.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 41 | 0 | 0.58 | 0.77 | 0.29 | 14.68 | 0.63 | 0.43 |
| Hex | B4 | 4B | 29 | 0 | 3A | 4D | 1D | F | 3F | 2B |
| Octal | 264 | 113 | 51 | 0 | 72 | 115 | 35 | 17 | 77 | 53 |
| Binary | 10110100 | 1001011 | 101001 | 0 | 111010 | 1001101 | 11101 | 1111 | 111111 | 101011 |
Color Harmonies of #B44B29
Complementary color
Monochromatic Colors of #B44B29
Black with #B44B29
Text Example
Text Example
White with #B44B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44B29; }
p { color: rgb(180,75,41); }
H1.HeaderClassName
{
color: #B44B29;
}
.AnyTagClassName
{
color: #B44B29;
}
</style>
background-color css
<style>
a { background-color: #B44B29; }
a { background-color: rgb(180,75,41); }
div.DivClassName
{
background-color: #B44B29;
}
.BgClassName
{
background-color: #B44B29;
}
</style>
border-color css
<style>
span { border-color: #B44B29; }
span { border-color: rgb(180,75,41); }
td.TdClassName
{
border-color: #B44B29;
}
.TagClassName
{
border-color: #B44B29;
}
</style>