Shades of Old Rose #B53354
Tints of Old Rose #B53354
RGB
CMYK
RGB Variations
Color information
#B53354 (or 0xB53354) is known color: Old Rose. HEX triplet: B5, 33 and 54. RGB value is (181,51,84). Sum of RGB (Red+Green+Blue) = 181+51+84=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53354 is #4ACCAB. Grayscale: #5D5D5D. Windows color (decimal): -4902060 or 5518261. OLE color: 5518261.
HSL color Cylindrical-coordinate representation of color #B53354: hue angle of 344.77º degrees, saturation: 0.56, 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 #B53354 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 84 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.29 |
| HSL | 344.77º | 0.56% | 0.45% | - |
| HSV(B) | 344.77º | 0.72% | 0.71% | - |
| XYZ | 21.84 | 12.83 | 9.71 | - |
| YUV | 93.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 84 | 0 | 0.72 | 0.54 | 0.29 | 344.77 | 0.56 | 0.45 |
| Hex | B5 | 33 | 54 | 0 | 48 | 36 | 1D | 159 | 38 | 2D |
| Octal | 265 | 63 | 124 | 0 | 110 | 66 | 35 | 531 | 70 | 55 |
| Binary | 10110101 | 110011 | 1010100 | 0 | 1001000 | 110110 | 11101 | 101011001 | 111000 | 101101 |
Color Harmonies of #B53354
Complementary color
Monochromatic Colors of #B53354
Black with #B53354
Text Example
Text Example
White with #B53354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53354; }
p { color: rgb(181,51,84); }
H1.HeaderClassName
{
color: #B53354;
}
.AnyTagClassName
{
color: #B53354;
}
</style>
background-color css
<style>
a { background-color: #B53354; }
a { background-color: rgb(181,51,84); }
div.DivClassName
{
background-color: #B53354;
}
.BgClassName
{
background-color: #B53354;
}
</style>
border-color css
<style>
span { border-color: #B53354; }
span { border-color: rgb(181,51,84); }
td.TdClassName
{
border-color: #B53354;
}
.TagClassName
{
border-color: #B53354;
}
</style>