Shades of Old Rose #B32F45
Tints of Old Rose #B32F45
RGB
CMYK
RGB Variations
Color information
#B32F45 (or 0xB32F45) is known color: Old Rose. HEX triplet: B3, 2F and 45. RGB value is (179,47,69). Sum of RGB (Red+Green+Blue) = 179+47+69=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F45 is #4CD0BA. Grayscale: #595959. Windows color (decimal): -5034171 or 4534195. OLE color: 4534195.
HSL color Cylindrical-coordinate representation of color #B32F45: hue angle of 350º 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 #B32F45 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 69 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.30 |
| HSL | 350º | 0.58% | 0.44% | - |
| HSV(B) | 350º | 0.74% | 0.7% | - |
| XYZ | 20.68 | 12.05 | 6.87 | - |
| YUV | 88.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 69 | 0 | 0.74 | 0.61 | 0.30 | 350 | 0.58 | 0.44 |
| Hex | B3 | 2F | 45 | 0 | 4A | 3D | 1E | 15E | 3A | 2C |
| Octal | 263 | 57 | 105 | 0 | 112 | 75 | 36 | 536 | 72 | 54 |
| Binary | 10110011 | 101111 | 1000101 | 0 | 1001010 | 111101 | 11110 | 101011110 | 111010 | 101100 |
Color Harmonies of #B32F45
Complementary color
Monochromatic Colors of #B32F45
Black with #B32F45
Text Example
Text Example
White with #B32F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F45; }
p { color: rgb(179,47,69); }
H1.HeaderClassName
{
color: #B32F45;
}
.AnyTagClassName
{
color: #B32F45;
}
</style>
background-color css
<style>
a { background-color: #B32F45; }
a { background-color: rgb(179,47,69); }
div.DivClassName
{
background-color: #B32F45;
}
.BgClassName
{
background-color: #B32F45;
}
</style>
border-color css
<style>
span { border-color: #B32F45; }
span { border-color: rgb(179,47,69); }
td.TdClassName
{
border-color: #B32F45;
}
.TagClassName
{
border-color: #B32F45;
}
</style>