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