Shades of Old Rose #BF1550
Tints of Old Rose #BF1550
RGB
CMYK
RGB Variations
Color information
#BF1550 (or 0xBF1550) is known color: Old Rose. HEX triplet: BF, 15 and 50. RGB value is (191,21,80). Sum of RGB (Red+Green+Blue) = 191+21+80=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1550 is #40EAAF. Grayscale: #4E4E4E. Windows color (decimal): -4254384 or 5248447. OLE color: 5248447.
HSL color Cylindrical-coordinate representation of color #BF1550: hue angle of 339.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1550 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 80 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.25 |
| HSL | 339.18º | 0.8% | 0.42% | - |
| HSV(B) | 339.18º | 0.89% | 0.75% | - |
| XYZ | 23.2 | 12.19 | 8.72 | - |
| YUV | 78.56 | 128.82 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 80 | 0 | 0.89 | 0.58 | 0.25 | 339.18 | 0.8 | 0.42 |
| Hex | BF | 15 | 50 | 0 | 59 | 3A | 19 | 153 | 50 | 2A |
| Octal | 277 | 25 | 120 | 0 | 131 | 72 | 31 | 523 | 120 | 52 |
| Binary | 10111111 | 10101 | 1010000 | 0 | 1011001 | 111010 | 11001 | 101010011 | 1010000 | 101010 |
Color Harmonies of #BF1550
Complementary color
Monochromatic Colors of #BF1550
Black with #BF1550
Text Example
Text Example
White with #BF1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1550; }
p { color: rgb(191,21,80); }
H1.HeaderClassName
{
color: #BF1550;
}
.AnyTagClassName
{
color: #BF1550;
}
</style>
background-color css
<style>
a { background-color: #BF1550; }
a { background-color: rgb(191,21,80); }
div.DivClassName
{
background-color: #BF1550;
}
.BgClassName
{
background-color: #BF1550;
}
</style>
border-color css
<style>
span { border-color: #BF1550; }
span { border-color: rgb(191,21,80); }
td.TdClassName
{
border-color: #BF1550;
}
.TagClassName
{
border-color: #BF1550;
}
</style>