Shades of Old Rose #B52854
Tints of Old Rose #B52854
RGB
CMYK
RGB Variations
Color information
#B52854 (or 0xB52854) is known color: Old Rose. HEX triplet: B5, 28 and 54. RGB value is (181,40,84). Sum of RGB (Red+Green+Blue) = 181+40+84=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B52854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52854 is #4AD7AB. Grayscale: #575757. Windows color (decimal): -4904876 or 5515445. OLE color: 5515445.
HSL color Cylindrical-coordinate representation of color #B52854: hue angle of 341.28º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52854 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 84 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.29 |
| HSL | 341.28º | 0.64% | 0.43% | - |
| HSV(B) | 341.28º | 0.78% | 0.71% | - |
| XYZ | 21.42 | 11.98 | 9.57 | - |
| YUV | 87.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 84 | 0 | 0.78 | 0.54 | 0.29 | 341.28 | 0.64 | 0.43 |
| Hex | B5 | 28 | 54 | 0 | 4E | 36 | 1D | 155 | 40 | 2B |
| Octal | 265 | 50 | 124 | 0 | 116 | 66 | 35 | 525 | 100 | 53 |
| Binary | 10110101 | 101000 | 1010100 | 0 | 1001110 | 110110 | 11101 | 101010101 | 1000000 | 101011 |
Color Harmonies of #B52854
Complementary color
Monochromatic Colors of #B52854
Black with #B52854
Text Example
Text Example
White with #B52854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52854; }
p { color: rgb(181,40,84); }
H1.HeaderClassName
{
color: #B52854;
}
.AnyTagClassName
{
color: #B52854;
}
</style>
background-color css
<style>
a { background-color: #B52854; }
a { background-color: rgb(181,40,84); }
div.DivClassName
{
background-color: #B52854;
}
.BgClassName
{
background-color: #B52854;
}
</style>
border-color css
<style>
span { border-color: #B52854; }
span { border-color: rgb(181,40,84); }
td.TdClassName
{
border-color: #B52854;
}
.TagClassName
{
border-color: #B52854;
}
</style>