Shades of Old Rose #B32F46
Tints of Old Rose #B32F46
RGB
CMYK
RGB Variations
Color information
#B32F46 (or 0xB32F46) is known color: Old Rose. HEX triplet: B3, 2F and 46. RGB value is (179,47,70). Sum of RGB (Red+Green+Blue) = 179+47+70=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F46 is #4CD0B9. Grayscale: #595959. Windows color (decimal): -5034170 or 4599731. OLE color: 4599731.
HSL color Cylindrical-coordinate representation of color #B32F46: hue angle of 349.55º 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 #B32F46 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 70 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.30 |
| HSL | 349.55º | 0.58% | 0.44% | - |
| HSV(B) | 349.55º | 0.74% | 0.7% | - |
| XYZ | 20.71 | 12.06 | 7.03 | - |
| YUV | 89.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 70 | 0 | 0.74 | 0.61 | 0.30 | 349.55 | 0.58 | 0.44 |
| Hex | B3 | 2F | 46 | 0 | 4A | 3D | 1E | 15E | 3A | 2C |
| Octal | 263 | 57 | 106 | 0 | 112 | 75 | 36 | 536 | 72 | 54 |
| Binary | 10110011 | 101111 | 1000110 | 0 | 1001010 | 111101 | 11110 | 101011110 | 111010 | 101100 |
Color Harmonies of #B32F46
Complementary color
Monochromatic Colors of #B32F46
Black with #B32F46
Text Example
Text Example
White with #B32F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F46; }
p { color: rgb(179,47,70); }
H1.HeaderClassName
{
color: #B32F46;
}
.AnyTagClassName
{
color: #B32F46;
}
</style>
background-color css
<style>
a { background-color: #B32F46; }
a { background-color: rgb(179,47,70); }
div.DivClassName
{
background-color: #B32F46;
}
.BgClassName
{
background-color: #B32F46;
}
</style>
border-color css
<style>
span { border-color: #B32F46; }
span { border-color: rgb(179,47,70); }
td.TdClassName
{
border-color: #B32F46;
}
.TagClassName
{
border-color: #B32F46;
}
</style>