Shades of Old Rose #B53758
Tints of Old Rose #B53758
RGB
CMYK
RGB Variations
Color information
#B53758 (or 0xB53758) is known color: Old Rose. HEX triplet: B5, 37 and 58. RGB value is (181,55,88). Sum of RGB (Red+Green+Blue) = 181+55+88=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B53758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53758 is #4AC8A7. Grayscale: #606060. Windows color (decimal): -4901032 or 5781429. OLE color: 5781429.
HSL color Cylindrical-coordinate representation of color #B53758: hue angle of 344.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53758 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 88 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.29 |
| HSL | 344.29º | 0.53% | 0.46% | - |
| HSV(B) | 344.29º | 0.7% | 0.71% | - |
| XYZ | 22.18 | 13.26 | 10.62 | - |
| YUV | 96.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 88 | 0 | 0.70 | 0.51 | 0.29 | 344.29 | 0.53 | 0.46 |
| Hex | B5 | 37 | 58 | 0 | 46 | 33 | 1D | 158 | 35 | 2E |
| Octal | 265 | 67 | 130 | 0 | 106 | 63 | 35 | 530 | 65 | 56 |
| Binary | 10110101 | 110111 | 1011000 | 0 | 1000110 | 110011 | 11101 | 101011000 | 110101 | 101110 |
Color Harmonies of #B53758
Complementary color
Monochromatic Colors of #B53758
Black with #B53758
Text Example
Text Example
White with #B53758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53758; }
p { color: rgb(181,55,88); }
H1.HeaderClassName
{
color: #B53758;
}
.AnyTagClassName
{
color: #B53758;
}
</style>
background-color css
<style>
a { background-color: #B53758; }
a { background-color: rgb(181,55,88); }
div.DivClassName
{
background-color: #B53758;
}
.BgClassName
{
background-color: #B53758;
}
</style>
border-color css
<style>
span { border-color: #B53758; }
span { border-color: rgb(181,55,88); }
td.TdClassName
{
border-color: #B53758;
}
.TagClassName
{
border-color: #B53758;
}
</style>