Shades of Rose Of Sharon #B44D28
Tints of Rose Of Sharon #B44D28
RGB
CMYK
RGB Variations
Color information
#B44D28 (or 0xB44D28) is known color: Rose Of Sharon. HEX triplet: B4, 4D and 28. RGB value is (180,77,40). Sum of RGB (Red+Green+Blue) = 180+77+40=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D28 is #4BB2D7. Grayscale: #676767. Windows color (decimal): -4960984 or 2641332. OLE color: 2641332.
HSL color Cylindrical-coordinate representation of color #B44D28: hue angle of 15.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B44D28 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 40 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.29 |
| HSL | 15.86º | 0.64% | 0.43% | - |
| HSV(B) | 15.86º | 0.78% | 0.71% | - |
| XYZ | 21.86 | 15.16 | 3.78 | - |
| YUV | 103.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 40 | 0 | 0.57 | 0.78 | 0.29 | 15.86 | 0.64 | 0.43 |
| Hex | B4 | 4D | 28 | 0 | 39 | 4E | 1D | 10 | 40 | 2B |
| Octal | 264 | 115 | 50 | 0 | 71 | 116 | 35 | 20 | 100 | 53 |
| Binary | 10110100 | 1001101 | 101000 | 0 | 111001 | 1001110 | 11101 | 10000 | 1000000 | 101011 |
Color Harmonies of #B44D28
Complementary color
Monochromatic Colors of #B44D28
Black with #B44D28
Text Example
Text Example
White with #B44D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D28; }
p { color: rgb(180,77,40); }
H1.HeaderClassName
{
color: #B44D28;
}
.AnyTagClassName
{
color: #B44D28;
}
</style>
background-color css
<style>
a { background-color: #B44D28; }
a { background-color: rgb(180,77,40); }
div.DivClassName
{
background-color: #B44D28;
}
.BgClassName
{
background-color: #B44D28;
}
</style>
border-color css
<style>
span { border-color: #B44D28; }
span { border-color: rgb(180,77,40); }
td.TdClassName
{
border-color: #B44D28;
}
.TagClassName
{
border-color: #B44D28;
}
</style>