Shades of Old Rose #B52845
Tints of Old Rose #B52845
RGB
CMYK
RGB Variations
Color information
#B52845 (or 0xB52845) is known color: Old Rose. HEX triplet: B5, 28 and 45. RGB value is (181,40,69). Sum of RGB (Red+Green+Blue) = 181+40+69=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B52845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52845 is #4AD7BA. Grayscale: #555555. Windows color (decimal): -4904891 or 4532405. OLE color: 4532405.
HSL color Cylindrical-coordinate representation of color #B52845: hue angle of 347.66º 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 #B52845 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 69 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.29 |
| HSL | 347.66º | 0.64% | 0.43% | - |
| HSV(B) | 347.66º | 0.78% | 0.71% | - |
| XYZ | 20.89 | 11.77 | 6.8 | - |
| YUV | 85.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 69 | 0 | 0.78 | 0.62 | 0.29 | 347.66 | 0.64 | 0.43 |
| Hex | B5 | 28 | 45 | 0 | 4E | 3E | 1D | 15C | 40 | 2B |
| Octal | 265 | 50 | 105 | 0 | 116 | 76 | 35 | 534 | 100 | 53 |
| Binary | 10110101 | 101000 | 1000101 | 0 | 1001110 | 111110 | 11101 | 101011100 | 1000000 | 101011 |
Color Harmonies of #B52845
Complementary color
Monochromatic Colors of #B52845
Black with #B52845
Text Example
Text Example
White with #B52845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52845; }
p { color: rgb(181,40,69); }
H1.HeaderClassName
{
color: #B52845;
}
.AnyTagClassName
{
color: #B52845;
}
</style>
background-color css
<style>
a { background-color: #B52845; }
a { background-color: rgb(181,40,69); }
div.DivClassName
{
background-color: #B52845;
}
.BgClassName
{
background-color: #B52845;
}
</style>
border-color css
<style>
span { border-color: #B52845; }
span { border-color: rgb(181,40,69); }
td.TdClassName
{
border-color: #B52845;
}
.TagClassName
{
border-color: #B52845;
}
</style>