Shades of Rose Of Sharon #B04A2A
Tints of Rose Of Sharon #B04A2A
RGB
CMYK
RGB Variations
Color information
#B04A2A (or 0xB04A2A) is known color: Rose Of Sharon. HEX triplet: B0, 4A and 2A. RGB value is (176,74,42). Sum of RGB (Red+Green+Blue) = 176+74+42=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A2A is #4FB5D5. Grayscale: #656565. Windows color (decimal): -5223894 or 2771632. OLE color: 2771632.
HSL color Cylindrical-coordinate representation of color #B04A2A: hue angle of 14.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B04A2A is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 42 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.31 |
| HSL | 14.33º | 0.61% | 0.43% | - |
| HSV(B) | 14.33º | 0.76% | 0.69% | - |
| XYZ | 20.77 | 14.29 | 3.85 | - |
| YUV | 100.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 42 | 0 | 0.58 | 0.76 | 0.31 | 14.33 | 0.61 | 0.43 |
| Hex | B0 | 4A | 2A | 0 | 3A | 4C | 1F | E | 3D | 2B |
| Octal | 260 | 112 | 52 | 0 | 72 | 114 | 37 | 16 | 75 | 53 |
| Binary | 10110000 | 1001010 | 101010 | 0 | 111010 | 1001100 | 11111 | 1110 | 111101 | 101011 |
Color Harmonies of #B04A2A
Complementary color
Monochromatic Colors of #B04A2A
Black with #B04A2A
Text Example
Text Example
White with #B04A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A2A; }
p { color: rgb(176,74,42); }
H1.HeaderClassName
{
color: #B04A2A;
}
.AnyTagClassName
{
color: #B04A2A;
}
</style>
background-color css
<style>
a { background-color: #B04A2A; }
a { background-color: rgb(176,74,42); }
div.DivClassName
{
background-color: #B04A2A;
}
.BgClassName
{
background-color: #B04A2A;
}
</style>
border-color css
<style>
span { border-color: #B04A2A; }
span { border-color: rgb(176,74,42); }
td.TdClassName
{
border-color: #B04A2A;
}
.TagClassName
{
border-color: #B04A2A;
}
</style>