Shades of Old Rose #B32C54
Tints of Old Rose #B32C54
RGB
CMYK
RGB Variations
Color information
#B32C54 (or 0xB32C54) is known color: Old Rose. HEX triplet: B3, 2C and 54. RGB value is (179,44,84). Sum of RGB (Red+Green+Blue) = 179+44+84=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32C54 is #4CD3AB. Grayscale: #585858. Windows color (decimal): -5034924 or 5516467. OLE color: 5516467.
HSL color Cylindrical-coordinate representation of color #B32C54: hue angle of 342.22º 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 #B32C54 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 84 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.30 |
| HSL | 342.22º | 0.61% | 0.44% | - |
| HSV(B) | 342.22º | 0.75% | 0.7% | - |
| XYZ | 21.09 | 12.03 | 9.6 | - |
| YUV | 88.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 84 | 0 | 0.75 | 0.53 | 0.30 | 342.22 | 0.61 | 0.44 |
| Hex | B3 | 2C | 54 | 0 | 4B | 35 | 1E | 156 | 3D | 2C |
| Octal | 263 | 54 | 124 | 0 | 113 | 65 | 36 | 526 | 75 | 54 |
| Binary | 10110011 | 101100 | 1010100 | 0 | 1001011 | 110101 | 11110 | 101010110 | 111101 | 101100 |
Color Harmonies of #B32C54
Complementary color
Monochromatic Colors of #B32C54
Black with #B32C54
Text Example
Text Example
White with #B32C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C54; }
p { color: rgb(179,44,84); }
H1.HeaderClassName
{
color: #B32C54;
}
.AnyTagClassName
{
color: #B32C54;
}
</style>
background-color css
<style>
a { background-color: #B32C54; }
a { background-color: rgb(179,44,84); }
div.DivClassName
{
background-color: #B32C54;
}
.BgClassName
{
background-color: #B32C54;
}
</style>
border-color css
<style>
span { border-color: #B32C54; }
span { border-color: rgb(179,44,84); }
td.TdClassName
{
border-color: #B32C54;
}
.TagClassName
{
border-color: #B32C54;
}
</style>