Shades of Old Rose #B32159
Tints of Old Rose #B32159
RGB
CMYK
RGB Variations
Color information
#B32159 (or 0xB32159) is known color: Old Rose. HEX triplet: B3, 21 and 59. RGB value is (179,33,89). Sum of RGB (Red+Green+Blue) = 179+33+89=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B32159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32159 is #4CDEA6. Grayscale: #525252. Windows color (decimal): -5037735 or 5841331. OLE color: 5841331.
HSL color Cylindrical-coordinate representation of color #B32159: hue angle of 336.99º 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 #B32159 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 89 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.30 |
| HSL | 336.99º | 0.69% | 0.42% | - |
| HSV(B) | 336.99º | 0.82% | 0.7% | - |
| XYZ | 20.94 | 11.39 | 10.55 | - |
| YUV | 83.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 89 | 0 | 0.82 | 0.50 | 0.30 | 336.99 | 0.69 | 0.42 |
| Hex | B3 | 21 | 59 | 0 | 52 | 32 | 1E | 151 | 45 | 2A |
| Octal | 263 | 41 | 131 | 0 | 122 | 62 | 36 | 521 | 105 | 52 |
| Binary | 10110011 | 100001 | 1011001 | 0 | 1010010 | 110010 | 11110 | 101010001 | 1000101 | 101010 |
Color Harmonies of #B32159
Complementary color
Monochromatic Colors of #B32159
Black with #B32159
Text Example
Text Example
White with #B32159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32159; }
p { color: rgb(179,33,89); }
H1.HeaderClassName
{
color: #B32159;
}
.AnyTagClassName
{
color: #B32159;
}
</style>
background-color css
<style>
a { background-color: #B32159; }
a { background-color: rgb(179,33,89); }
div.DivClassName
{
background-color: #B32159;
}
.BgClassName
{
background-color: #B32159;
}
</style>
border-color css
<style>
span { border-color: #B32159; }
span { border-color: rgb(179,33,89); }
td.TdClassName
{
border-color: #B32159;
}
.TagClassName
{
border-color: #B32159;
}
</style>