Shades of Old Rose #B5154D
Tints of Old Rose #B5154D
RGB
CMYK
RGB Variations
Color information
#B5154D (or 0xB5154D) is known color: Old Rose. HEX triplet: B5, 15 and 4D. RGB value is (181,21,77). Sum of RGB (Red+Green+Blue) = 181+21+77=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5154D is #4AEAB2. Grayscale: #4B4B4B. Windows color (decimal): -4909747 or 5051829. OLE color: 5051829.
HSL color Cylindrical-coordinate representation of color #B5154D: hue angle of 339º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5154D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 77 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.29 |
| HSL | 339º | 0.79% | 0.4% | - |
| HSV(B) | 339º | 0.88% | 0.71% | - |
| XYZ | 20.66 | 10.9 | 8.04 | - |
| YUV | 75.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 77 | 0 | 0.88 | 0.57 | 0.29 | 339 | 0.79 | 0.4 |
| Hex | B5 | 15 | 4D | 0 | 58 | 39 | 1D | 153 | 4F | 28 |
| Octal | 265 | 25 | 115 | 0 | 130 | 71 | 35 | 523 | 117 | 50 |
| Binary | 10110101 | 10101 | 1001101 | 0 | 1011000 | 111001 | 11101 | 101010011 | 1001111 | 101000 |
Color Harmonies of #B5154D
Complementary color
Monochromatic Colors of #B5154D
Black with #B5154D
Text Example
Text Example
White with #B5154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5154D; }
p { color: rgb(181,21,77); }
H1.HeaderClassName
{
color: #B5154D;
}
.AnyTagClassName
{
color: #B5154D;
}
</style>
background-color css
<style>
a { background-color: #B5154D; }
a { background-color: rgb(181,21,77); }
div.DivClassName
{
background-color: #B5154D;
}
.BgClassName
{
background-color: #B5154D;
}
</style>
border-color css
<style>
span { border-color: #B5154D; }
span { border-color: rgb(181,21,77); }
td.TdClassName
{
border-color: #B5154D;
}
.TagClassName
{
border-color: #B5154D;
}
</style>