Shades of Old Rose #B51A51
Tints of Old Rose #B51A51
RGB
CMYK
RGB Variations
Color information
#B51A51 (or 0xB51A51) is known color: Old Rose. HEX triplet: B5, 1A and 51. RGB value is (181,26,81). Sum of RGB (Red+Green+Blue) = 181+26+81=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51A51 is #4AE5AE. Grayscale: #4E4E4E. Windows color (decimal): -4908463 or 5315253. OLE color: 5315253.
HSL color Cylindrical-coordinate representation of color #B51A51: hue angle of 338.71º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51A51 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 81 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.29 |
| HSL | 338.71º | 0.75% | 0.41% | - |
| HSV(B) | 338.71º | 0.86% | 0.71% | - |
| XYZ | 20.91 | 11.16 | 8.84 | - |
| YUV | 78.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 81 | 0 | 0.86 | 0.55 | 0.29 | 338.71 | 0.75 | 0.41 |
| Hex | B5 | 1A | 51 | 0 | 56 | 37 | 1D | 153 | 4B | 29 |
| Octal | 265 | 32 | 121 | 0 | 126 | 67 | 35 | 523 | 113 | 51 |
| Binary | 10110101 | 11010 | 1010001 | 0 | 1010110 | 110111 | 11101 | 101010011 | 1001011 | 101001 |
Color Harmonies of #B51A51
Complementary color
Monochromatic Colors of #B51A51
Black with #B51A51
Text Example
Text Example
White with #B51A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A51; }
p { color: rgb(181,26,81); }
H1.HeaderClassName
{
color: #B51A51;
}
.AnyTagClassName
{
color: #B51A51;
}
</style>
background-color css
<style>
a { background-color: #B51A51; }
a { background-color: rgb(181,26,81); }
div.DivClassName
{
background-color: #B51A51;
}
.BgClassName
{
background-color: #B51A51;
}
</style>
border-color css
<style>
span { border-color: #B51A51; }
span { border-color: rgb(181,26,81); }
td.TdClassName
{
border-color: #B51A51;
}
.TagClassName
{
border-color: #B51A51;
}
</style>