Shades of Old Rose #B53459
Tints of Old Rose #B53459
RGB
CMYK
RGB Variations
Color information
#B53459 (or 0xB53459) is known color: Old Rose. HEX triplet: B5, 34 and 59. RGB value is (181,52,89). Sum of RGB (Red+Green+Blue) = 181+52+89=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B53459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53459 is #4ACBA6. Grayscale: #5E5E5E. Windows color (decimal): -4901799 or 5846197. OLE color: 5846197.
HSL color Cylindrical-coordinate representation of color #B53459: hue angle of 342.79º 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 #B53459 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 89 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.29 |
| HSL | 342.79º | 0.55% | 0.46% | - |
| HSV(B) | 342.79º | 0.71% | 0.71% | - |
| XYZ | 22.09 | 13 | 10.8 | - |
| YUV | 94.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 89 | 0 | 0.71 | 0.51 | 0.29 | 342.79 | 0.55 | 0.46 |
| Hex | B5 | 34 | 59 | 0 | 47 | 33 | 1D | 157 | 37 | 2E |
| Octal | 265 | 64 | 131 | 0 | 107 | 63 | 35 | 527 | 67 | 56 |
| Binary | 10110101 | 110100 | 1011001 | 0 | 1000111 | 110011 | 11101 | 101010111 | 110111 | 101110 |
Color Harmonies of #B53459
Complementary color
Monochromatic Colors of #B53459
Black with #B53459
Text Example
Text Example
White with #B53459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53459; }
p { color: rgb(181,52,89); }
H1.HeaderClassName
{
color: #B53459;
}
.AnyTagClassName
{
color: #B53459;
}
</style>
background-color css
<style>
a { background-color: #B53459; }
a { background-color: rgb(181,52,89); }
div.DivClassName
{
background-color: #B53459;
}
.BgClassName
{
background-color: #B53459;
}
</style>
border-color css
<style>
span { border-color: #B53459; }
span { border-color: rgb(181,52,89); }
td.TdClassName
{
border-color: #B53459;
}
.TagClassName
{
border-color: #B53459;
}
</style>