Shades of Old Rose #B32F54
Tints of Old Rose #B32F54
RGB
CMYK
RGB Variations
Color information
#B32F54 (or 0xB32F54) is known color: Old Rose. HEX triplet: B3, 2F and 54. RGB value is (179,47,84). Sum of RGB (Red+Green+Blue) = 179+47+84=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F54 is #4CD0AB. Grayscale: #5A5A5A. Windows color (decimal): -5034156 or 5517235. OLE color: 5517235.
HSL color Cylindrical-coordinate representation of color #B32F54: hue angle of 343.18º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F54 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 84 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.30 |
| HSL | 343.18º | 0.58% | 0.44% | - |
| HSV(B) | 343.18º | 0.74% | 0.7% | - |
| XYZ | 21.21 | 12.26 | 9.64 | - |
| YUV | 90.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 84 | 0 | 0.74 | 0.53 | 0.30 | 343.18 | 0.58 | 0.44 |
| Hex | B3 | 2F | 54 | 0 | 4A | 35 | 1E | 157 | 3A | 2C |
| Octal | 263 | 57 | 124 | 0 | 112 | 65 | 36 | 527 | 72 | 54 |
| Binary | 10110011 | 101111 | 1010100 | 0 | 1001010 | 110101 | 11110 | 101010111 | 111010 | 101100 |
Color Harmonies of #B32F54
Complementary color
Monochromatic Colors of #B32F54
Black with #B32F54
Text Example
Text Example
White with #B32F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F54; }
p { color: rgb(179,47,84); }
H1.HeaderClassName
{
color: #B32F54;
}
.AnyTagClassName
{
color: #B32F54;
}
</style>
background-color css
<style>
a { background-color: #B32F54; }
a { background-color: rgb(179,47,84); }
div.DivClassName
{
background-color: #B32F54;
}
.BgClassName
{
background-color: #B32F54;
}
</style>
border-color css
<style>
span { border-color: #B32F54; }
span { border-color: rgb(179,47,84); }
td.TdClassName
{
border-color: #B32F54;
}
.TagClassName
{
border-color: #B32F54;
}
</style>