Shades of Old Rose #B32151
Tints of Old Rose #B32151
RGB
CMYK
RGB Variations
Color information
#B32151 (or 0xB32151) is known color: Old Rose. HEX triplet: B3, 21 and 51. RGB value is (179,33,81). Sum of RGB (Red+Green+Blue) = 179+33+81=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B32151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32151 is #4CDEAE. Grayscale: #525252. Windows color (decimal): -5037743 or 5317043. OLE color: 5317043.
HSL color Cylindrical-coordinate representation of color #B32151: hue angle of 340.27º 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 #B32151 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 81 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.30 |
| HSL | 340.27º | 0.69% | 0.42% | - |
| HSV(B) | 340.27º | 0.82% | 0.7% | - |
| XYZ | 20.62 | 11.27 | 8.87 | - |
| YUV | 82.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 81 | 0 | 0.82 | 0.55 | 0.30 | 340.27 | 0.69 | 0.42 |
| Hex | B3 | 21 | 51 | 0 | 52 | 37 | 1E | 154 | 45 | 2A |
| Octal | 263 | 41 | 121 | 0 | 122 | 67 | 36 | 524 | 105 | 52 |
| Binary | 10110011 | 100001 | 1010001 | 0 | 1010010 | 110111 | 11110 | 101010100 | 1000101 | 101010 |
Color Harmonies of #B32151
Complementary color
Monochromatic Colors of #B32151
Black with #B32151
Text Example
Text Example
White with #B32151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32151; }
p { color: rgb(179,33,81); }
H1.HeaderClassName
{
color: #B32151;
}
.AnyTagClassName
{
color: #B32151;
}
</style>
background-color css
<style>
a { background-color: #B32151; }
a { background-color: rgb(179,33,81); }
div.DivClassName
{
background-color: #B32151;
}
.BgClassName
{
background-color: #B32151;
}
</style>
border-color css
<style>
span { border-color: #B32151; }
span { border-color: rgb(179,33,81); }
td.TdClassName
{
border-color: #B32151;
}
.TagClassName
{
border-color: #B32151;
}
</style>