Shades of Old Rose #B53255
Tints of Old Rose #B53255
RGB
CMYK
RGB Variations
Color information
#B53255 (or 0xB53255) is known color: Old Rose. HEX triplet: B5, 32 and 55. RGB value is (181,50,85). Sum of RGB (Red+Green+Blue) = 181+50+85=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53255 is #4ACDAA. Grayscale: #5D5D5D. Windows color (decimal): -4902315 or 5583541. OLE color: 5583541.
HSL color Cylindrical-coordinate representation of color #B53255: hue angle of 343.97º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53255 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 85 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.29 |
| HSL | 343.97º | 0.57% | 0.45% | - |
| HSV(B) | 343.97º | 0.72% | 0.71% | - |
| XYZ | 21.84 | 12.76 | 9.91 | - |
| YUV | 93.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 85 | 0 | 0.72 | 0.53 | 0.29 | 343.97 | 0.57 | 0.45 |
| Hex | B5 | 32 | 55 | 0 | 48 | 35 | 1D | 158 | 39 | 2D |
| Octal | 265 | 62 | 125 | 0 | 110 | 65 | 35 | 530 | 71 | 55 |
| Binary | 10110101 | 110010 | 1010101 | 0 | 1001000 | 110101 | 11101 | 101011000 | 111001 | 101101 |
Color Harmonies of #B53255
Complementary color
Monochromatic Colors of #B53255
Black with #B53255
Text Example
Text Example
White with #B53255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53255; }
p { color: rgb(181,50,85); }
H1.HeaderClassName
{
color: #B53255;
}
.AnyTagClassName
{
color: #B53255;
}
</style>
background-color css
<style>
a { background-color: #B53255; }
a { background-color: rgb(181,50,85); }
div.DivClassName
{
background-color: #B53255;
}
.BgClassName
{
background-color: #B53255;
}
</style>
border-color css
<style>
span { border-color: #B53255; }
span { border-color: rgb(181,50,85); }
td.TdClassName
{
border-color: #B53255;
}
.TagClassName
{
border-color: #B53255;
}
</style>