Shades of Old Rose #B51952
Tints of Old Rose #B51952
RGB
CMYK
RGB Variations
Color information
#B51952 (or 0xB51952) is known color: Old Rose. HEX triplet: B5, 19 and 52. RGB value is (181,25,82). Sum of RGB (Red+Green+Blue) = 181+25+82=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B51952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51952 is #4AE6AD. Grayscale: #4E4E4E. Windows color (decimal): -4908718 or 5380533. OLE color: 5380533.
HSL color Cylindrical-coordinate representation of color #B51952: hue angle of 338.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51952 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 82 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.29 |
| HSL | 338.08º | 0.76% | 0.4% | - |
| HSV(B) | 338.08º | 0.86% | 0.71% | - |
| XYZ | 20.93 | 11.13 | 9.03 | - |
| YUV | 78.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 82 | 0 | 0.86 | 0.55 | 0.29 | 338.08 | 0.76 | 0.4 |
| Hex | B5 | 19 | 52 | 0 | 56 | 37 | 1D | 152 | 4C | 28 |
| Octal | 265 | 31 | 122 | 0 | 126 | 67 | 35 | 522 | 114 | 50 |
| Binary | 10110101 | 11001 | 1010010 | 0 | 1010110 | 110111 | 11101 | 101010010 | 1001100 | 101000 |
Color Harmonies of #B51952
Complementary color
Monochromatic Colors of #B51952
Black with #B51952
Text Example
Text Example
White with #B51952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51952; }
p { color: rgb(181,25,82); }
H1.HeaderClassName
{
color: #B51952;
}
.AnyTagClassName
{
color: #B51952;
}
</style>
background-color css
<style>
a { background-color: #B51952; }
a { background-color: rgb(181,25,82); }
div.DivClassName
{
background-color: #B51952;
}
.BgClassName
{
background-color: #B51952;
}
</style>
border-color css
<style>
span { border-color: #B51952; }
span { border-color: rgb(181,25,82); }
td.TdClassName
{
border-color: #B51952;
}
.TagClassName
{
border-color: #B51952;
}
</style>