Shades of Old Rose #BD2B51
Tints of Old Rose #BD2B51
RGB
CMYK
RGB Variations
Color information
#BD2B51 (or 0xBD2B51) is known color: Old Rose. HEX triplet: BD, 2B and 51. RGB value is (189,43,81). Sum of RGB (Red+Green+Blue) = 189+43+81=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B51 is #42D4AE. Grayscale: #5A5A5A. Windows color (decimal): -4379823 or 5319613. OLE color: 5319613.
HSL color Cylindrical-coordinate representation of color #BD2B51: hue angle of 344.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B51 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 81 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.26 |
| HSL | 344.38º | 0.63% | 0.45% | - |
| HSV(B) | 344.38º | 0.77% | 0.74% | - |
| XYZ | 23.34 | 13.14 | 9.09 | - |
| YUV | 90.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 81 | 0 | 0.77 | 0.57 | 0.26 | 344.38 | 0.63 | 0.45 |
| Hex | BD | 2B | 51 | 0 | 4D | 39 | 1A | 158 | 3F | 2D |
| Octal | 275 | 53 | 121 | 0 | 115 | 71 | 32 | 530 | 77 | 55 |
| Binary | 10111101 | 101011 | 1010001 | 0 | 1001101 | 111001 | 11010 | 101011000 | 111111 | 101101 |
Color Harmonies of #BD2B51
Complementary color
Monochromatic Colors of #BD2B51
Black with #BD2B51
Text Example
Text Example
White with #BD2B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B51; }
p { color: rgb(189,43,81); }
H1.HeaderClassName
{
color: #BD2B51;
}
.AnyTagClassName
{
color: #BD2B51;
}
</style>
background-color css
<style>
a { background-color: #BD2B51; }
a { background-color: rgb(189,43,81); }
div.DivClassName
{
background-color: #BD2B51;
}
.BgClassName
{
background-color: #BD2B51;
}
</style>
border-color css
<style>
span { border-color: #BD2B51; }
span { border-color: rgb(189,43,81); }
td.TdClassName
{
border-color: #BD2B51;
}
.TagClassName
{
border-color: #BD2B51;
}
</style>