Shades of Old Rose #B52940
Tints of Old Rose #B52940
RGB
CMYK
RGB Variations
Color information
#B52940 (or 0xB52940) is known color: Old Rose. HEX triplet: B5, 29 and 40. RGB value is (181,41,64). Sum of RGB (Red+Green+Blue) = 181+41+64=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B52940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52940 is #4AD6BF. Grayscale: #555555. Windows color (decimal): -4904640 or 4204981. OLE color: 4204981.
HSL color Cylindrical-coordinate representation of color #B52940: hue angle of 350.14º 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 #B52940 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 64 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.29 |
| HSL | 350.14º | 0.63% | 0.44% | - |
| HSV(B) | 350.14º | 0.77% | 0.71% | - |
| XYZ | 20.77 | 11.78 | 6.03 | - |
| YUV | 85.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 64 | 0 | 0.77 | 0.65 | 0.29 | 350.14 | 0.63 | 0.44 |
| Hex | B5 | 29 | 40 | 0 | 4D | 41 | 1D | 15E | 3F | 2C |
| Octal | 265 | 51 | 100 | 0 | 115 | 101 | 35 | 536 | 77 | 54 |
| Binary | 10110101 | 101001 | 1000000 | 0 | 1001101 | 1000001 | 11101 | 101011110 | 111111 | 101100 |
Color Harmonies of #B52940
Complementary color
Monochromatic Colors of #B52940
Black with #B52940
Text Example
Text Example
White with #B52940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52940; }
p { color: rgb(181,41,64); }
H1.HeaderClassName
{
color: #B52940;
}
.AnyTagClassName
{
color: #B52940;
}
</style>
background-color css
<style>
a { background-color: #B52940; }
a { background-color: rgb(181,41,64); }
div.DivClassName
{
background-color: #B52940;
}
.BgClassName
{
background-color: #B52940;
}
</style>
border-color css
<style>
span { border-color: #B52940; }
span { border-color: rgb(181,41,64); }
td.TdClassName
{
border-color: #B52940;
}
.TagClassName
{
border-color: #B52940;
}
</style>