Shades of Old Rose #BD2151
Tints of Old Rose #BD2151
RGB
CMYK
RGB Variations
Color information
#BD2151 (or 0xBD2151) is known color: Old Rose. HEX triplet: BD, 21 and 51. RGB value is (189,33,81). Sum of RGB (Red+Green+Blue) = 189+33+81=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2151 is #42DEAE. Grayscale: #555555. Windows color (decimal): -4382383 or 5317053. OLE color: 5317053.
HSL color Cylindrical-coordinate representation of color #BD2151: hue angle of 341.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2151 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 81 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.26 |
| HSL | 341.54º | 0.7% | 0.44% | - |
| HSV(B) | 341.54º | 0.83% | 0.74% | - |
| XYZ | 23.02 | 12.5 | 8.98 | - |
| YUV | 85.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 81 | 0 | 0.83 | 0.57 | 0.26 | 341.54 | 0.7 | 0.44 |
| Hex | BD | 21 | 51 | 0 | 53 | 39 | 1A | 156 | 46 | 2C |
| Octal | 275 | 41 | 121 | 0 | 123 | 71 | 32 | 526 | 106 | 54 |
| Binary | 10111101 | 100001 | 1010001 | 0 | 1010011 | 111001 | 11010 | 101010110 | 1000110 | 101100 |
Color Harmonies of #BD2151
Complementary color
Monochromatic Colors of #BD2151
Black with #BD2151
Text Example
Text Example
White with #BD2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2151; }
p { color: rgb(189,33,81); }
H1.HeaderClassName
{
color: #BD2151;
}
.AnyTagClassName
{
color: #BD2151;
}
</style>
background-color css
<style>
a { background-color: #BD2151; }
a { background-color: rgb(189,33,81); }
div.DivClassName
{
background-color: #BD2151;
}
.BgClassName
{
background-color: #BD2151;
}
</style>
border-color css
<style>
span { border-color: #BD2151; }
span { border-color: rgb(189,33,81); }
td.TdClassName
{
border-color: #BD2151;
}
.TagClassName
{
border-color: #BD2151;
}
</style>