Shades of Old Rose #B52E50
Tints of Old Rose #B52E50
RGB
CMYK
RGB Variations
Color information
#B52E50 (or 0xB52E50) is known color: Old Rose. HEX triplet: B5, 2E and 50. RGB value is (181,46,80). Sum of RGB (Red+Green+Blue) = 181+46+80=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E50 is #4AD1AF. Grayscale: #5A5A5A. Windows color (decimal): -4903344 or 5254837. OLE color: 5254837.
HSL color Cylindrical-coordinate representation of color #B52E50: hue angle of 344.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E50 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 80 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.29 |
| HSL | 344.89º | 0.59% | 0.45% | - |
| HSV(B) | 344.89º | 0.75% | 0.71% | - |
| XYZ | 21.48 | 12.36 | 8.84 | - |
| YUV | 90.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 80 | 0 | 0.75 | 0.56 | 0.29 | 344.89 | 0.59 | 0.45 |
| Hex | B5 | 2E | 50 | 0 | 4B | 38 | 1D | 159 | 3B | 2D |
| Octal | 265 | 56 | 120 | 0 | 113 | 70 | 35 | 531 | 73 | 55 |
| Binary | 10110101 | 101110 | 1010000 | 0 | 1001011 | 111000 | 11101 | 101011001 | 111011 | 101101 |
Color Harmonies of #B52E50
Complementary color
Monochromatic Colors of #B52E50
Black with #B52E50
Text Example
Text Example
White with #B52E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E50; }
p { color: rgb(181,46,80); }
H1.HeaderClassName
{
color: #B52E50;
}
.AnyTagClassName
{
color: #B52E50;
}
</style>
background-color css
<style>
a { background-color: #B52E50; }
a { background-color: rgb(181,46,80); }
div.DivClassName
{
background-color: #B52E50;
}
.BgClassName
{
background-color: #B52E50;
}
</style>
border-color css
<style>
span { border-color: #B52E50; }
span { border-color: rgb(181,46,80); }
td.TdClassName
{
border-color: #B52E50;
}
.TagClassName
{
border-color: #B52E50;
}
</style>