Shades of Old Rose #B51C56
Tints of Old Rose #B51C56
RGB
CMYK
RGB Variations
Color information
#B51C56 (or 0xB51C56) is known color: Old Rose. HEX triplet: B5, 1C and 56. RGB value is (181,28,86). Sum of RGB (Red+Green+Blue) = 181+28+86=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51C56 is #4AE3A9. Grayscale: #505050. Windows color (decimal): -4907946 or 5643445. OLE color: 5643445.
HSL color Cylindrical-coordinate representation of color #B51C56: hue angle of 337.25º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51C56 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 86 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.29 |
| HSL | 337.25º | 0.73% | 0.41% | - |
| HSV(B) | 337.25º | 0.85% | 0.71% | - |
| XYZ | 21.15 | 11.33 | 9.88 | - |
| YUV | 80.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 86 | 0 | 0.85 | 0.52 | 0.29 | 337.25 | 0.73 | 0.41 |
| Hex | B5 | 1C | 56 | 0 | 55 | 34 | 1D | 151 | 49 | 29 |
| Octal | 265 | 34 | 126 | 0 | 125 | 64 | 35 | 521 | 111 | 51 |
| Binary | 10110101 | 11100 | 1010110 | 0 | 1010101 | 110100 | 11101 | 101010001 | 1001001 | 101001 |
Color Harmonies of #B51C56
Complementary color
Monochromatic Colors of #B51C56
Black with #B51C56
Text Example
Text Example
White with #B51C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C56; }
p { color: rgb(181,28,86); }
H1.HeaderClassName
{
color: #B51C56;
}
.AnyTagClassName
{
color: #B51C56;
}
</style>
background-color css
<style>
a { background-color: #B51C56; }
a { background-color: rgb(181,28,86); }
div.DivClassName
{
background-color: #B51C56;
}
.BgClassName
{
background-color: #B51C56;
}
</style>
border-color css
<style>
span { border-color: #B51C56; }
span { border-color: rgb(181,28,86); }
td.TdClassName
{
border-color: #B51C56;
}
.TagClassName
{
border-color: #B51C56;
}
</style>