Shades of Old Rose #B52354
Tints of Old Rose #B52354
RGB
CMYK
RGB Variations
Color information
#B52354 (or 0xB52354) is known color: Old Rose. HEX triplet: B5, 23 and 54. RGB value is (181,35,84). Sum of RGB (Red+Green+Blue) = 181+35+84=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B52354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52354 is #4ADCAB. Grayscale: #545454. Windows color (decimal): -4906156 or 5514165. OLE color: 5514165.
HSL color Cylindrical-coordinate representation of color #B52354: hue angle of 339.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52354 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 84 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.29 |
| HSL | 339.86º | 0.68% | 0.42% | - |
| HSV(B) | 339.86º | 0.81% | 0.71% | - |
| XYZ | 21.26 | 11.67 | 9.52 | - |
| YUV | 84.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 84 | 0 | 0.81 | 0.54 | 0.29 | 339.86 | 0.68 | 0.42 |
| Hex | B5 | 23 | 54 | 0 | 51 | 36 | 1D | 154 | 44 | 2A |
| Octal | 265 | 43 | 124 | 0 | 121 | 66 | 35 | 524 | 104 | 52 |
| Binary | 10110101 | 100011 | 1010100 | 0 | 1010001 | 110110 | 11101 | 101010100 | 1000100 | 101010 |
Color Harmonies of #B52354
Complementary color
Monochromatic Colors of #B52354
Black with #B52354
Text Example
Text Example
White with #B52354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52354; }
p { color: rgb(181,35,84); }
H1.HeaderClassName
{
color: #B52354;
}
.AnyTagClassName
{
color: #B52354;
}
</style>
background-color css
<style>
a { background-color: #B52354; }
a { background-color: rgb(181,35,84); }
div.DivClassName
{
background-color: #B52354;
}
.BgClassName
{
background-color: #B52354;
}
</style>
border-color css
<style>
span { border-color: #B52354; }
span { border-color: rgb(181,35,84); }
td.TdClassName
{
border-color: #B52354;
}
.TagClassName
{
border-color: #B52354;
}
</style>