Shades of Old Rose #B53552
Tints of Old Rose #B53552
RGB
CMYK
RGB Variations
Color information
#B53552 (or 0xB53552) is known color: Old Rose. HEX triplet: B5, 35 and 52. RGB value is (181,53,82). Sum of RGB (Red+Green+Blue) = 181+53+82=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53552 is #4ACAAD. Grayscale: #5E5E5E. Windows color (decimal): -4901550 or 5387701. OLE color: 5387701.
HSL color Cylindrical-coordinate representation of color #B53552: hue angle of 346.41º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53552 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 82 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.29 |
| HSL | 346.41º | 0.55% | 0.46% | - |
| HSV(B) | 346.41º | 0.71% | 0.71% | - |
| XYZ | 21.85 | 12.98 | 9.34 | - |
| YUV | 94.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 82 | 0 | 0.71 | 0.55 | 0.29 | 346.41 | 0.55 | 0.46 |
| Hex | B5 | 35 | 52 | 0 | 47 | 37 | 1D | 15A | 37 | 2E |
| Octal | 265 | 65 | 122 | 0 | 107 | 67 | 35 | 532 | 67 | 56 |
| Binary | 10110101 | 110101 | 1010010 | 0 | 1000111 | 110111 | 11101 | 101011010 | 110111 | 101110 |
Color Harmonies of #B53552
Complementary color
Monochromatic Colors of #B53552
Black with #B53552
Text Example
Text Example
White with #B53552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53552; }
p { color: rgb(181,53,82); }
H1.HeaderClassName
{
color: #B53552;
}
.AnyTagClassName
{
color: #B53552;
}
</style>
background-color css
<style>
a { background-color: #B53552; }
a { background-color: rgb(181,53,82); }
div.DivClassName
{
background-color: #B53552;
}
.BgClassName
{
background-color: #B53552;
}
</style>
border-color css
<style>
span { border-color: #B53552; }
span { border-color: rgb(181,53,82); }
td.TdClassName
{
border-color: #B53552;
}
.TagClassName
{
border-color: #B53552;
}
</style>