Shades of Rose Of Sharon #B4482A
Tints of Rose Of Sharon #B4482A
RGB
CMYK
RGB Variations
Color information
#B4482A (or 0xB4482A) is known color: Rose Of Sharon. HEX triplet: B4, 48 and 2A. RGB value is (180,72,42). Sum of RGB (Red+Green+Blue) = 180+72+42=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4482A is #4BB7D5. Grayscale: #656565. Windows color (decimal): -4962262 or 2771124. OLE color: 2771124.
HSL color Cylindrical-coordinate representation of color #B4482A: hue angle of 13.04º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4482A is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 42 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.29 |
| HSL | 13.04º | 0.62% | 0.44% | - |
| HSV(B) | 13.04º | 0.77% | 0.71% | - |
| XYZ | 21.56 | 14.51 | 3.85 | - |
| YUV | 100.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 42 | 0 | 0.60 | 0.77 | 0.29 | 13.04 | 0.62 | 0.44 |
| Hex | B4 | 48 | 2A | 0 | 3C | 4D | 1D | D | 3E | 2C |
| Octal | 264 | 110 | 52 | 0 | 74 | 115 | 35 | 15 | 76 | 54 |
| Binary | 10110100 | 1001000 | 101010 | 0 | 111100 | 1001101 | 11101 | 1101 | 111110 | 101100 |
Color Harmonies of #B4482A
Complementary color
Monochromatic Colors of #B4482A
Black with #B4482A
Text Example
Text Example
White with #B4482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4482A; }
p { color: rgb(180,72,42); }
H1.HeaderClassName
{
color: #B4482A;
}
.AnyTagClassName
{
color: #B4482A;
}
</style>
background-color css
<style>
a { background-color: #B4482A; }
a { background-color: rgb(180,72,42); }
div.DivClassName
{
background-color: #B4482A;
}
.BgClassName
{
background-color: #B4482A;
}
</style>
border-color css
<style>
span { border-color: #B4482A; }
span { border-color: rgb(180,72,42); }
td.TdClassName
{
border-color: #B4482A;
}
.TagClassName
{
border-color: #B4482A;
}
</style>