Shades of Old Rose #BD1F56
Tints of Old Rose #BD1F56
RGB
CMYK
RGB Variations
Color information
#BD1F56 (or 0xBD1F56) is known color: Old Rose. HEX triplet: BD, 1F and 56. RGB value is (189,31,86). Sum of RGB (Red+Green+Blue) = 189+31+86=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F56 is #42E0A9. Grayscale: #545454. Windows color (decimal): -4382890 or 5644221. OLE color: 5644221.
HSL color Cylindrical-coordinate representation of color #BD1F56: hue angle of 339.11º 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 #BD1F56 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 86 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.26 |
| HSL | 339.11º | 0.72% | 0.43% | - |
| HSV(B) | 339.11º | 0.84% | 0.74% | - |
| XYZ | 23.16 | 12.47 | 9.99 | - |
| YUV | 84.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 86 | 0 | 0.84 | 0.54 | 0.26 | 339.11 | 0.72 | 0.43 |
| Hex | BD | 1F | 56 | 0 | 54 | 36 | 1A | 153 | 48 | 2B |
| Octal | 275 | 37 | 126 | 0 | 124 | 66 | 32 | 523 | 110 | 53 |
| Binary | 10111101 | 11111 | 1010110 | 0 | 1010100 | 110110 | 11010 | 101010011 | 1001000 | 101011 |
Color Harmonies of #BD1F56
Complementary color
Monochromatic Colors of #BD1F56
Black with #BD1F56
Text Example
Text Example
White with #BD1F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1F56; }
p { color: rgb(189,31,86); }
H1.HeaderClassName
{
color: #BD1F56;
}
.AnyTagClassName
{
color: #BD1F56;
}
</style>
background-color css
<style>
a { background-color: #BD1F56; }
a { background-color: rgb(189,31,86); }
div.DivClassName
{
background-color: #BD1F56;
}
.BgClassName
{
background-color: #BD1F56;
}
</style>
border-color css
<style>
span { border-color: #BD1F56; }
span { border-color: rgb(189,31,86); }
td.TdClassName
{
border-color: #BD1F56;
}
.TagClassName
{
border-color: #BD1F56;
}
</style>