Shades of Old Rose #B32547
Tints of Old Rose #B32547
RGB
CMYK
RGB Variations
Color information
#B32547 (or 0xB32547) is known color: Old Rose. HEX triplet: B3, 25 and 47. RGB value is (179,37,71). Sum of RGB (Red+Green+Blue) = 179+37+71=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B32547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32547 is #4CDAB8. Grayscale: #535353. Windows color (decimal): -5036729 or 4662707. OLE color: 4662707.
HSL color Cylindrical-coordinate representation of color #B32547: hue angle of 345.63º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32547 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 71 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.30 |
| HSL | 345.63º | 0.66% | 0.42% | - |
| HSV(B) | 345.63º | 0.79% | 0.7% | - |
| XYZ | 20.39 | 11.36 | 7.08 | - |
| YUV | 83.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 71 | 0 | 0.79 | 0.60 | 0.30 | 345.63 | 0.66 | 0.42 |
| Hex | B3 | 25 | 47 | 0 | 4F | 3C | 1E | 15A | 42 | 2A |
| Octal | 263 | 45 | 107 | 0 | 117 | 74 | 36 | 532 | 102 | 52 |
| Binary | 10110011 | 100101 | 1000111 | 0 | 1001111 | 111100 | 11110 | 101011010 | 1000010 | 101010 |
Color Harmonies of #B32547
Complementary color
Monochromatic Colors of #B32547
Black with #B32547
Text Example
Text Example
White with #B32547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32547; }
p { color: rgb(179,37,71); }
H1.HeaderClassName
{
color: #B32547;
}
.AnyTagClassName
{
color: #B32547;
}
</style>
background-color css
<style>
a { background-color: #B32547; }
a { background-color: rgb(179,37,71); }
div.DivClassName
{
background-color: #B32547;
}
.BgClassName
{
background-color: #B32547;
}
</style>
border-color css
<style>
span { border-color: #B32547; }
span { border-color: rgb(179,37,71); }
td.TdClassName
{
border-color: #B32547;
}
.TagClassName
{
border-color: #B32547;
}
</style>