Shades of Old Rose #B32056
Tints of Old Rose #B32056
RGB
CMYK
RGB Variations
Color information
#B32056 (or 0xB32056) is known color: Old Rose. HEX triplet: B3, 20 and 56. RGB value is (179,32,86). Sum of RGB (Red+Green+Blue) = 179+32+86=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B32056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32056 is #4CDFA9. Grayscale: #525252. Windows color (decimal): -5037994 or 5644467. OLE color: 5644467.
HSL color Cylindrical-coordinate representation of color #B32056: hue angle of 337.96º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32056 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 86 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.30 |
| HSL | 337.96º | 0.7% | 0.41% | - |
| HSV(B) | 337.96º | 0.82% | 0.7% | - |
| XYZ | 20.79 | 11.29 | 9.89 | - |
| YUV | 82.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 86 | 0 | 0.82 | 0.52 | 0.30 | 337.96 | 0.7 | 0.41 |
| Hex | B3 | 20 | 56 | 0 | 52 | 34 | 1E | 152 | 46 | 29 |
| Octal | 263 | 40 | 126 | 0 | 122 | 64 | 36 | 522 | 106 | 51 |
| Binary | 10110011 | 100000 | 1010110 | 0 | 1010010 | 110100 | 11110 | 101010010 | 1000110 | 101001 |
Color Harmonies of #B32056
Complementary color
Monochromatic Colors of #B32056
Black with #B32056
Text Example
Text Example
White with #B32056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32056; }
p { color: rgb(179,32,86); }
H1.HeaderClassName
{
color: #B32056;
}
.AnyTagClassName
{
color: #B32056;
}
</style>
background-color css
<style>
a { background-color: #B32056; }
a { background-color: rgb(179,32,86); }
div.DivClassName
{
background-color: #B32056;
}
.BgClassName
{
background-color: #B32056;
}
</style>
border-color css
<style>
span { border-color: #B32056; }
span { border-color: rgb(179,32,86); }
td.TdClassName
{
border-color: #B32056;
}
.TagClassName
{
border-color: #B32056;
}
</style>