Shades of Old Rose #B32156
Tints of Old Rose #B32156
RGB
CMYK
RGB Variations
Color information
#B32156 (or 0xB32156) is known color: Old Rose. HEX triplet: B3, 21 and 56. RGB value is (179,33,86). Sum of RGB (Red+Green+Blue) = 179+33+86=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B32156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32156 is #4CDEA9. Grayscale: #525252. Windows color (decimal): -5037738 or 5644723. OLE color: 5644723.
HSL color Cylindrical-coordinate representation of color #B32156: hue angle of 338.22º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32156 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 86 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.30 |
| HSL | 338.22º | 0.69% | 0.42% | - |
| HSV(B) | 338.22º | 0.82% | 0.7% | - |
| XYZ | 20.81 | 11.34 | 9.9 | - |
| YUV | 82.7 | 129.87 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 86 | 0 | 0.82 | 0.52 | 0.30 | 338.22 | 0.69 | 0.42 |
| Hex | B3 | 21 | 56 | 0 | 52 | 34 | 1E | 152 | 45 | 2A |
| Octal | 263 | 41 | 126 | 0 | 122 | 64 | 36 | 522 | 105 | 52 |
| Binary | 10110011 | 100001 | 1010110 | 0 | 1010010 | 110100 | 11110 | 101010010 | 1000101 | 101010 |
Color Harmonies of #B32156
Complementary color
Monochromatic Colors of #B32156
Black with #B32156
Text Example
Text Example
White with #B32156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32156; }
p { color: rgb(179,33,86); }
H1.HeaderClassName
{
color: #B32156;
}
.AnyTagClassName
{
color: #B32156;
}
</style>
background-color css
<style>
a { background-color: #B32156; }
a { background-color: rgb(179,33,86); }
div.DivClassName
{
background-color: #B32156;
}
.BgClassName
{
background-color: #B32156;
}
</style>
border-color css
<style>
span { border-color: #B32156; }
span { border-color: rgb(179,33,86); }
td.TdClassName
{
border-color: #B32156;
}
.TagClassName
{
border-color: #B32156;
}
</style>