Shades of Old Rose #B32F47
Tints of Old Rose #B32F47
RGB
CMYK
RGB Variations
Color information
#B32F47 (or 0xB32F47) is known color: Old Rose. HEX triplet: B3, 2F and 47. RGB value is (179,47,71). Sum of RGB (Red+Green+Blue) = 179+47+71=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F47 is #4CD0B8. Grayscale: #595959. Windows color (decimal): -5034169 or 4665267. OLE color: 4665267.
HSL color Cylindrical-coordinate representation of color #B32F47: hue angle of 349.09º 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 #B32F47 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 71 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.30 |
| HSL | 349.09º | 0.58% | 0.44% | - |
| HSV(B) | 349.09º | 0.74% | 0.7% | - |
| XYZ | 20.74 | 12.07 | 7.2 | - |
| YUV | 89.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 71 | 0 | 0.74 | 0.60 | 0.30 | 349.09 | 0.58 | 0.44 |
| Hex | B3 | 2F | 47 | 0 | 4A | 3C | 1E | 15D | 3A | 2C |
| Octal | 263 | 57 | 107 | 0 | 112 | 74 | 36 | 535 | 72 | 54 |
| Binary | 10110011 | 101111 | 1000111 | 0 | 1001010 | 111100 | 11110 | 101011101 | 111010 | 101100 |
Color Harmonies of #B32F47
Complementary color
Monochromatic Colors of #B32F47
Black with #B32F47
Text Example
Text Example
White with #B32F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F47; }
p { color: rgb(179,47,71); }
H1.HeaderClassName
{
color: #B32F47;
}
.AnyTagClassName
{
color: #B32F47;
}
</style>
background-color css
<style>
a { background-color: #B32F47; }
a { background-color: rgb(179,47,71); }
div.DivClassName
{
background-color: #B32F47;
}
.BgClassName
{
background-color: #B32F47;
}
</style>
border-color css
<style>
span { border-color: #B32F47; }
span { border-color: rgb(179,47,71); }
td.TdClassName
{
border-color: #B32F47;
}
.TagClassName
{
border-color: #B32F47;
}
</style>