Shades of Rose Of Sharon #B04A2D
Tints of Rose Of Sharon #B04A2D
RGB
CMYK
RGB Variations
Color information
#B04A2D (or 0xB04A2D) is known color: Rose Of Sharon. HEX triplet: B0, 4A and 2D. RGB value is (176,74,45). Sum of RGB (Red+Green+Blue) = 176+74+45=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A2D is #4FB5D2. Grayscale: #656565. Windows color (decimal): -5223891 or 2968240. OLE color: 2968240.
HSL color Cylindrical-coordinate representation of color #B04A2D: hue angle of 13.28º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B04A2D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 45 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.31 |
| HSL | 13.28º | 0.59% | 0.43% | - |
| HSV(B) | 13.28º | 0.74% | 0.69% | - |
| XYZ | 20.83 | 14.32 | 4.15 | - |
| YUV | 101.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 45 | 0 | 0.58 | 0.74 | 0.31 | 13.28 | 0.59 | 0.43 |
| Hex | B0 | 4A | 2D | 0 | 3A | 4A | 1F | D | 3B | 2B |
| Octal | 260 | 112 | 55 | 0 | 72 | 112 | 37 | 15 | 73 | 53 |
| Binary | 10110000 | 1001010 | 101101 | 0 | 111010 | 1001010 | 11111 | 1101 | 111011 | 101011 |
Color Harmonies of #B04A2D
Complementary color
Monochromatic Colors of #B04A2D
Black with #B04A2D
Text Example
Text Example
White with #B04A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A2D; }
p { color: rgb(176,74,45); }
H1.HeaderClassName
{
color: #B04A2D;
}
.AnyTagClassName
{
color: #B04A2D;
}
</style>
background-color css
<style>
a { background-color: #B04A2D; }
a { background-color: rgb(176,74,45); }
div.DivClassName
{
background-color: #B04A2D;
}
.BgClassName
{
background-color: #B04A2D;
}
</style>
border-color css
<style>
span { border-color: #B04A2D; }
span { border-color: rgb(176,74,45); }
td.TdClassName
{
border-color: #B04A2D;
}
.TagClassName
{
border-color: #B04A2D;
}
</style>