Shades of Old Rose #B51D4D
Tints of Old Rose #B51D4D
RGB
CMYK
RGB Variations
Color information
#B51D4D (or 0xB51D4D) is known color: Old Rose. HEX triplet: B5, 1D and 4D. RGB value is (181,29,77). Sum of RGB (Red+Green+Blue) = 181+29+77=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51D4D is #4AE2B2. Grayscale: #4F4F4F. Windows color (decimal): -4907699 or 5053877. OLE color: 5053877.
HSL color Cylindrical-coordinate representation of color #B51D4D: hue angle of 341.05º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51D4D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 77 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.29 |
| HSL | 341.05º | 0.72% | 0.41% | - |
| HSV(B) | 341.05º | 0.84% | 0.71% | - |
| XYZ | 20.83 | 11.24 | 8.09 | - |
| YUV | 79.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 77 | 0 | 0.84 | 0.57 | 0.29 | 341.05 | 0.72 | 0.41 |
| Hex | B5 | 1D | 4D | 0 | 54 | 39 | 1D | 155 | 48 | 29 |
| Octal | 265 | 35 | 115 | 0 | 124 | 71 | 35 | 525 | 110 | 51 |
| Binary | 10110101 | 11101 | 1001101 | 0 | 1010100 | 111001 | 11101 | 101010101 | 1001000 | 101001 |
Color Harmonies of #B51D4D
Complementary color
Monochromatic Colors of #B51D4D
Black with #B51D4D
Text Example
Text Example
White with #B51D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D4D; }
p { color: rgb(181,29,77); }
H1.HeaderClassName
{
color: #B51D4D;
}
.AnyTagClassName
{
color: #B51D4D;
}
</style>
background-color css
<style>
a { background-color: #B51D4D; }
a { background-color: rgb(181,29,77); }
div.DivClassName
{
background-color: #B51D4D;
}
.BgClassName
{
background-color: #B51D4D;
}
</style>
border-color css
<style>
span { border-color: #B51D4D; }
span { border-color: rgb(181,29,77); }
td.TdClassName
{
border-color: #B51D4D;
}
.TagClassName
{
border-color: #B51D4D;
}
</style>