Shades of Old Rose #B32855
Tints of Old Rose #B32855
RGB
CMYK
RGB Variations
Color information
#B32855 (or 0xB32855) is known color: Old Rose. HEX triplet: B3, 28 and 55. RGB value is (179,40,85). Sum of RGB (Red+Green+Blue) = 179+40+85=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B32855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32855 is #4CD7AA. Grayscale: #565656. Windows color (decimal): -5035947 or 5580979. OLE color: 5580979.
HSL color Cylindrical-coordinate representation of color #B32855: hue angle of 340.58º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32855 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 85 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.30 |
| HSL | 340.58º | 0.63% | 0.43% | - |
| HSV(B) | 340.58º | 0.78% | 0.7% | - |
| XYZ | 20.99 | 11.76 | 9.76 | - |
| YUV | 86.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 85 | 0 | 0.78 | 0.53 | 0.30 | 340.58 | 0.63 | 0.43 |
| Hex | B3 | 28 | 55 | 0 | 4E | 35 | 1E | 155 | 3F | 2B |
| Octal | 263 | 50 | 125 | 0 | 116 | 65 | 36 | 525 | 77 | 53 |
| Binary | 10110011 | 101000 | 1010101 | 0 | 1001110 | 110101 | 11110 | 101010101 | 111111 | 101011 |
Color Harmonies of #B32855
Complementary color
Monochromatic Colors of #B32855
Black with #B32855
Text Example
Text Example
White with #B32855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32855; }
p { color: rgb(179,40,85); }
H1.HeaderClassName
{
color: #B32855;
}
.AnyTagClassName
{
color: #B32855;
}
</style>
background-color css
<style>
a { background-color: #B32855; }
a { background-color: rgb(179,40,85); }
div.DivClassName
{
background-color: #B32855;
}
.BgClassName
{
background-color: #B32855;
}
</style>
border-color css
<style>
span { border-color: #B32855; }
span { border-color: rgb(179,40,85); }
td.TdClassName
{
border-color: #B32855;
}
.TagClassName
{
border-color: #B32855;
}
</style>