Shades of Old Rose #BD1F5D
Tints of Old Rose #BD1F5D
RGB
CMYK
RGB Variations
Color information
#BD1F5D (or 0xBD1F5D) is known color: Old Rose. HEX triplet: BD, 1F and 5D. RGB value is (189,31,93). Sum of RGB (Red+Green+Blue) = 189+31+93=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F5D is #42E0A2. Grayscale: #555555. Windows color (decimal): -4382883 or 6102973. OLE color: 6102973.
HSL color Cylindrical-coordinate representation of color #BD1F5D: hue angle of 336.46º degrees, saturation: 0.72, 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 #BD1F5D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 93 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.26 |
| HSL | 336.46º | 0.72% | 0.43% | - |
| HSV(B) | 336.46º | 0.84% | 0.74% | - |
| XYZ | 23.45 | 12.59 | 11.55 | - |
| YUV | 85.31 | 132.35 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 93 | 0 | 0.84 | 0.51 | 0.26 | 336.46 | 0.72 | 0.43 |
| Hex | BD | 1F | 5D | 0 | 54 | 33 | 1A | 150 | 48 | 2B |
| Octal | 275 | 37 | 135 | 0 | 124 | 63 | 32 | 520 | 110 | 53 |
| Binary | 10111101 | 11111 | 1011101 | 0 | 1010100 | 110011 | 11010 | 101010000 | 1001000 | 101011 |
Color Harmonies of #BD1F5D
Complementary color
Monochromatic Colors of #BD1F5D
Black with #BD1F5D
Text Example
Text Example
White with #BD1F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1F5D; }
p { color: rgb(189,31,93); }
H1.HeaderClassName
{
color: #BD1F5D;
}
.AnyTagClassName
{
color: #BD1F5D;
}
</style>
background-color css
<style>
a { background-color: #BD1F5D; }
a { background-color: rgb(189,31,93); }
div.DivClassName
{
background-color: #BD1F5D;
}
.BgClassName
{
background-color: #BD1F5D;
}
</style>
border-color css
<style>
span { border-color: #BD1F5D; }
span { border-color: rgb(189,31,93); }
td.TdClassName
{
border-color: #BD1F5D;
}
.TagClassName
{
border-color: #BD1F5D;
}
</style>