Shades of Old Rose #B52544
Tints of Old Rose #B52544
RGB
CMYK
RGB Variations
Color information
#B52544 (or 0xB52544) is known color: Old Rose. HEX triplet: B5, 25 and 44. RGB value is (181,37,68). Sum of RGB (Red+Green+Blue) = 181+37+68=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B52544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52544 is #4ADABB. Grayscale: #535353. Windows color (decimal): -4905660 or 4466101. OLE color: 4466101.
HSL color Cylindrical-coordinate representation of color #B52544: hue angle of 347.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52544 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 68 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.29 |
| HSL | 347.08º | 0.66% | 0.43% | - |
| HSV(B) | 347.08º | 0.8% | 0.71% | - |
| XYZ | 20.76 | 11.56 | 6.61 | - |
| YUV | 83.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 68 | 0 | 0.80 | 0.62 | 0.29 | 347.08 | 0.66 | 0.43 |
| Hex | B5 | 25 | 44 | 0 | 50 | 3E | 1D | 15B | 42 | 2B |
| Octal | 265 | 45 | 104 | 0 | 120 | 76 | 35 | 533 | 102 | 53 |
| Binary | 10110101 | 100101 | 1000100 | 0 | 1010000 | 111110 | 11101 | 101011011 | 1000010 | 101011 |
Color Harmonies of #B52544
Complementary color
Monochromatic Colors of #B52544
Black with #B52544
Text Example
Text Example
White with #B52544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52544; }
p { color: rgb(181,37,68); }
H1.HeaderClassName
{
color: #B52544;
}
.AnyTagClassName
{
color: #B52544;
}
</style>
background-color css
<style>
a { background-color: #B52544; }
a { background-color: rgb(181,37,68); }
div.DivClassName
{
background-color: #B52544;
}
.BgClassName
{
background-color: #B52544;
}
</style>
border-color css
<style>
span { border-color: #B52544; }
span { border-color: rgb(181,37,68); }
td.TdClassName
{
border-color: #B52544;
}
.TagClassName
{
border-color: #B52544;
}
</style>