Shades of Rose Of Sharon #B04420
Tints of Rose Of Sharon #B04420
RGB
CMYK
RGB Variations
Color information
#B04420 (or 0xB04420) is known color: Rose Of Sharon. HEX triplet: B0, 44 and 20. RGB value is (176,68,32). Sum of RGB (Red+Green+Blue) = 176+68+32=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B04420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04420 is #4FBBDF. Grayscale: #606060. Windows color (decimal): -5225440 or 2114736. OLE color: 2114736.
HSL color Cylindrical-coordinate representation of color #B04420: hue angle of 15º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B04420 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 32 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.31 |
| HSL | 15º | 0.69% | 0.41% | - |
| HSV(B) | 15º | 0.82% | 0.69% | - |
| XYZ | 20.23 | 13.47 | 2.9 | - |
| YUV | 96.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 32 | 0 | 0.61 | 0.82 | 0.31 | 15 | 0.69 | 0.41 |
| Hex | B0 | 44 | 20 | 0 | 3D | 52 | 1F | F | 45 | 29 |
| Octal | 260 | 104 | 40 | 0 | 75 | 122 | 37 | 17 | 105 | 51 |
| Binary | 10110000 | 1000100 | 100000 | 0 | 111101 | 1010010 | 11111 | 1111 | 1000101 | 101001 |
Color Harmonies of #B04420
Complementary color
Monochromatic Colors of #B04420
Black with #B04420
Text Example
Text Example
White with #B04420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04420; }
p { color: rgb(176,68,32); }
H1.HeaderClassName
{
color: #B04420;
}
.AnyTagClassName
{
color: #B04420;
}
</style>
background-color css
<style>
a { background-color: #B04420; }
a { background-color: rgb(176,68,32); }
div.DivClassName
{
background-color: #B04420;
}
.BgClassName
{
background-color: #B04420;
}
</style>
border-color css
<style>
span { border-color: #B04420; }
span { border-color: rgb(176,68,32); }
td.TdClassName
{
border-color: #B04420;
}
.TagClassName
{
border-color: #B04420;
}
</style>