Shades of Old Rose #B53851
Tints of Old Rose #B53851
RGB
CMYK
RGB Variations
Color information
#B53851 (or 0xB53851) is known color: Old Rose. HEX triplet: B5, 38 and 51. RGB value is (181,56,81). Sum of RGB (Red+Green+Blue) = 181+56+81=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B53851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53851 is #4AC7AE. Grayscale: #606060. Windows color (decimal): -4900783 or 5322933. OLE color: 5322933.
HSL color Cylindrical-coordinate representation of color #B53851: hue angle of 348º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53851 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 81 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.29 |
| HSL | 348º | 0.53% | 0.46% | - |
| HSV(B) | 348º | 0.69% | 0.71% | - |
| XYZ | 21.96 | 13.25 | 9.18 | - |
| YUV | 96.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 81 | 0 | 0.69 | 0.55 | 0.29 | 348 | 0.53 | 0.46 |
| Hex | B5 | 38 | 51 | 0 | 45 | 37 | 1D | 15C | 35 | 2E |
| Octal | 265 | 70 | 121 | 0 | 105 | 67 | 35 | 534 | 65 | 56 |
| Binary | 10110101 | 111000 | 1010001 | 0 | 1000101 | 110111 | 11101 | 101011100 | 110101 | 101110 |
Color Harmonies of #B53851
Complementary color
Monochromatic Colors of #B53851
Black with #B53851
Text Example
Text Example
White with #B53851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53851; }
p { color: rgb(181,56,81); }
H1.HeaderClassName
{
color: #B53851;
}
.AnyTagClassName
{
color: #B53851;
}
</style>
background-color css
<style>
a { background-color: #B53851; }
a { background-color: rgb(181,56,81); }
div.DivClassName
{
background-color: #B53851;
}
.BgClassName
{
background-color: #B53851;
}
</style>
border-color css
<style>
span { border-color: #B53851; }
span { border-color: rgb(181,56,81); }
td.TdClassName
{
border-color: #B53851;
}
.TagClassName
{
border-color: #B53851;
}
</style>