Shades of Old Rose #BF3350
Tints of Old Rose #BF3350
RGB
CMYK
RGB Variations
Color information
#BF3350 (or 0xBF3350) is known color: Old Rose. HEX triplet: BF, 33 and 50. RGB value is (191,51,80). Sum of RGB (Red+Green+Blue) = 191+51+80=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3350 is #40CCAF. Grayscale: #606060. Windows color (decimal): -4246704 or 5256127. OLE color: 5256127.
HSL color Cylindrical-coordinate representation of color #BF3350: hue angle of 347.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3350 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 80 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.25 |
| HSL | 347.57º | 0.58% | 0.47% | - |
| HSV(B) | 347.57º | 0.73% | 0.75% | - |
| XYZ | 24.12 | 14.02 | 9.03 | - |
| YUV | 96.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 80 | 0 | 0.73 | 0.58 | 0.25 | 347.57 | 0.58 | 0.47 |
| Hex | BF | 33 | 50 | 0 | 49 | 3A | 19 | 15C | 3A | 2F |
| Octal | 277 | 63 | 120 | 0 | 111 | 72 | 31 | 534 | 72 | 57 |
| Binary | 10111111 | 110011 | 1010000 | 0 | 1001001 | 111010 | 11001 | 101011100 | 111010 | 101111 |
Color Harmonies of #BF3350
Complementary color
Monochromatic Colors of #BF3350
Black with #BF3350
Text Example
Text Example
White with #BF3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3350; }
p { color: rgb(191,51,80); }
H1.HeaderClassName
{
color: #BF3350;
}
.AnyTagClassName
{
color: #BF3350;
}
</style>
background-color css
<style>
a { background-color: #BF3350; }
a { background-color: rgb(191,51,80); }
div.DivClassName
{
background-color: #BF3350;
}
.BgClassName
{
background-color: #BF3350;
}
</style>
border-color css
<style>
span { border-color: #BF3350; }
span { border-color: rgb(191,51,80); }
td.TdClassName
{
border-color: #BF3350;
}
.TagClassName
{
border-color: #BF3350;
}
</style>