Shades of Old Rose #B52946
Tints of Old Rose #B52946
RGB
CMYK
RGB Variations
Color information
#B52946 (or 0xB52946) is known color: Old Rose. HEX triplet: B5, 29 and 46. RGB value is (181,41,70). Sum of RGB (Red+Green+Blue) = 181+41+70=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B52946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52946 is #4AD6B9. Grayscale: #565656. Windows color (decimal): -4904634 or 4598197. OLE color: 4598197.
HSL color Cylindrical-coordinate representation of color #B52946: hue angle of 347.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52946 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 70 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.29 |
| HSL | 347.57º | 0.63% | 0.44% | - |
| HSV(B) | 347.57º | 0.77% | 0.71% | - |
| XYZ | 20.95 | 11.85 | 6.98 | - |
| YUV | 86.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 70 | 0 | 0.77 | 0.61 | 0.29 | 347.57 | 0.63 | 0.44 |
| Hex | B5 | 29 | 46 | 0 | 4D | 3D | 1D | 15C | 3F | 2C |
| Octal | 265 | 51 | 106 | 0 | 115 | 75 | 35 | 534 | 77 | 54 |
| Binary | 10110101 | 101001 | 1000110 | 0 | 1001101 | 111101 | 11101 | 101011100 | 111111 | 101100 |
Color Harmonies of #B52946
Complementary color
Monochromatic Colors of #B52946
Black with #B52946
Text Example
Text Example
White with #B52946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52946; }
p { color: rgb(181,41,70); }
H1.HeaderClassName
{
color: #B52946;
}
.AnyTagClassName
{
color: #B52946;
}
</style>
background-color css
<style>
a { background-color: #B52946; }
a { background-color: rgb(181,41,70); }
div.DivClassName
{
background-color: #B52946;
}
.BgClassName
{
background-color: #B52946;
}
</style>
border-color css
<style>
span { border-color: #B52946; }
span { border-color: rgb(181,41,70); }
td.TdClassName
{
border-color: #B52946;
}
.TagClassName
{
border-color: #B52946;
}
</style>