Shades of Old Rose #BD1E50
Tints of Old Rose #BD1E50
RGB
CMYK
RGB Variations
Color information
#BD1E50 (or 0xBD1E50) is known color: Old Rose. HEX triplet: BD, 1E and 50. RGB value is (189,30,80). Sum of RGB (Red+Green+Blue) = 189+30+80=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E50 is #42E1AF. Grayscale: #535353. Windows color (decimal): -4383152 or 5250749. OLE color: 5250749.
HSL color Cylindrical-coordinate representation of color #BD1E50: hue angle of 341.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E50 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 80 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.26 |
| HSL | 341.13º | 0.73% | 0.43% | - |
| HSV(B) | 341.13º | 0.84% | 0.74% | - |
| XYZ | 22.9 | 12.33 | 8.76 | - |
| YUV | 83.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 80 | 0 | 0.84 | 0.58 | 0.26 | 341.13 | 0.73 | 0.43 |
| Hex | BD | 1E | 50 | 0 | 54 | 3A | 1A | 155 | 49 | 2B |
| Octal | 275 | 36 | 120 | 0 | 124 | 72 | 32 | 525 | 111 | 53 |
| Binary | 10111101 | 11110 | 1010000 | 0 | 1010100 | 111010 | 11010 | 101010101 | 1001001 | 101011 |
Color Harmonies of #BD1E50
Complementary color
Monochromatic Colors of #BD1E50
Black with #BD1E50
Text Example
Text Example
White with #BD1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E50; }
p { color: rgb(189,30,80); }
H1.HeaderClassName
{
color: #BD1E50;
}
.AnyTagClassName
{
color: #BD1E50;
}
</style>
background-color css
<style>
a { background-color: #BD1E50; }
a { background-color: rgb(189,30,80); }
div.DivClassName
{
background-color: #BD1E50;
}
.BgClassName
{
background-color: #BD1E50;
}
</style>
border-color css
<style>
span { border-color: #BD1E50; }
span { border-color: rgb(189,30,80); }
td.TdClassName
{
border-color: #BD1E50;
}
.TagClassName
{
border-color: #BD1E50;
}
</style>