Shades of Old Rose #BD1E5D
Tints of Old Rose #BD1E5D
RGB
CMYK
RGB Variations
Color information
#BD1E5D (or 0xBD1E5D) is known color: Old Rose. HEX triplet: BD, 1E and 5D. RGB value is (189,30,93). Sum of RGB (Red+Green+Blue) = 189+30+93=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E5D is #42E1A2. Grayscale: #545454. Windows color (decimal): -4383139 or 6102717. OLE color: 6102717.
HSL color Cylindrical-coordinate representation of color #BD1E5D: hue angle of 336.23º 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 #BD1E5D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 93 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.26 |
| HSL | 336.23º | 0.73% | 0.43% | - |
| HSV(B) | 336.23º | 0.84% | 0.74% | - |
| XYZ | 23.43 | 12.54 | 11.54 | - |
| YUV | 84.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 93 | 0 | 0.84 | 0.51 | 0.26 | 336.23 | 0.73 | 0.43 |
| Hex | BD | 1E | 5D | 0 | 54 | 33 | 1A | 150 | 49 | 2B |
| Octal | 275 | 36 | 135 | 0 | 124 | 63 | 32 | 520 | 111 | 53 |
| Binary | 10111101 | 11110 | 1011101 | 0 | 1010100 | 110011 | 11010 | 101010000 | 1001001 | 101011 |
Color Harmonies of #BD1E5D
Complementary color
Monochromatic Colors of #BD1E5D
Black with #BD1E5D
Text Example
Text Example
White with #BD1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E5D; }
p { color: rgb(189,30,93); }
H1.HeaderClassName
{
color: #BD1E5D;
}
.AnyTagClassName
{
color: #BD1E5D;
}
</style>
background-color css
<style>
a { background-color: #BD1E5D; }
a { background-color: rgb(189,30,93); }
div.DivClassName
{
background-color: #BD1E5D;
}
.BgClassName
{
background-color: #BD1E5D;
}
</style>
border-color css
<style>
span { border-color: #BD1E5D; }
span { border-color: rgb(189,30,93); }
td.TdClassName
{
border-color: #BD1E5D;
}
.TagClassName
{
border-color: #BD1E5D;
}
</style>