Shades of Old Rose #B32C55
Tints of Old Rose #B32C55
RGB
CMYK
RGB Variations
Color information
#B32C55 (or 0xB32C55) is known color: Old Rose. HEX triplet: B3, 2C and 55. RGB value is (179,44,85). Sum of RGB (Red+Green+Blue) = 179+44+85=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32C55 is #4CD3AA. Grayscale: #595959. Windows color (decimal): -5034923 or 5582003. OLE color: 5582003.
HSL color Cylindrical-coordinate representation of color #B32C55: hue angle of 341.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32C55 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 85 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.30 |
| HSL | 341.78º | 0.61% | 0.44% | - |
| HSV(B) | 341.78º | 0.75% | 0.7% | - |
| XYZ | 21.13 | 12.04 | 9.8 | - |
| YUV | 89.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 85 | 0 | 0.75 | 0.53 | 0.30 | 341.78 | 0.61 | 0.44 |
| Hex | B3 | 2C | 55 | 0 | 4B | 35 | 1E | 156 | 3D | 2C |
| Octal | 263 | 54 | 125 | 0 | 113 | 65 | 36 | 526 | 75 | 54 |
| Binary | 10110011 | 101100 | 1010101 | 0 | 1001011 | 110101 | 11110 | 101010110 | 111101 | 101100 |
Color Harmonies of #B32C55
Complementary color
Monochromatic Colors of #B32C55
Black with #B32C55
Text Example
Text Example
White with #B32C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C55; }
p { color: rgb(179,44,85); }
H1.HeaderClassName
{
color: #B32C55;
}
.AnyTagClassName
{
color: #B32C55;
}
</style>
background-color css
<style>
a { background-color: #B32C55; }
a { background-color: rgb(179,44,85); }
div.DivClassName
{
background-color: #B32C55;
}
.BgClassName
{
background-color: #B32C55;
}
</style>
border-color css
<style>
span { border-color: #B32C55; }
span { border-color: rgb(179,44,85); }
td.TdClassName
{
border-color: #B32C55;
}
.TagClassName
{
border-color: #B32C55;
}
</style>