Shades of Rose Of Sharon #B5472A
Tints of Rose Of Sharon #B5472A
RGB
CMYK
RGB Variations
Color information
#B5472A (or 0xB5472A) is known color: Rose Of Sharon. HEX triplet: B5, 47 and 2A. RGB value is (181,71,42). Sum of RGB (Red+Green+Blue) = 181+71+42=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5472A is #4AB8D5. Grayscale: #646464. Windows color (decimal): -4896982 or 2770869. OLE color: 2770869.
HSL color Cylindrical-coordinate representation of color #B5472A: hue angle of 12.52º 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 #B5472A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 42 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.29 |
| HSL | 12.52º | 0.62% | 0.44% | - |
| HSV(B) | 12.52º | 0.77% | 0.71% | - |
| XYZ | 21.73 | 14.5 | 3.84 | - |
| YUV | 100.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 42 | 0 | 0.61 | 0.77 | 0.29 | 12.52 | 0.62 | 0.44 |
| Hex | B5 | 47 | 2A | 0 | 3D | 4D | 1D | D | 3E | 2C |
| Octal | 265 | 107 | 52 | 0 | 75 | 115 | 35 | 15 | 76 | 54 |
| Binary | 10110101 | 1000111 | 101010 | 0 | 111101 | 1001101 | 11101 | 1101 | 111110 | 101100 |
Color Harmonies of #B5472A
Complementary color
Monochromatic Colors of #B5472A
Black with #B5472A
Text Example
Text Example
White with #B5472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5472A; }
p { color: rgb(181,71,42); }
H1.HeaderClassName
{
color: #B5472A;
}
.AnyTagClassName
{
color: #B5472A;
}
</style>
background-color css
<style>
a { background-color: #B5472A; }
a { background-color: rgb(181,71,42); }
div.DivClassName
{
background-color: #B5472A;
}
.BgClassName
{
background-color: #B5472A;
}
</style>
border-color css
<style>
span { border-color: #B5472A; }
span { border-color: rgb(181,71,42); }
td.TdClassName
{
border-color: #B5472A;
}
.TagClassName
{
border-color: #B5472A;
}
</style>