Shades of Old Rose #BF2246
Tints of Old Rose #BF2246
RGB
CMYK
RGB Variations
Color information
#BF2246 (or 0xBF2246) is known color: Old Rose. HEX triplet: BF, 22 and 46. RGB value is (191,34,70). Sum of RGB (Red+Green+Blue) = 191+34+70=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2246 is #40DDB9. Grayscale: #555555. Windows color (decimal): -4251066 or 4596415. OLE color: 4596415.
HSL color Cylindrical-coordinate representation of color #BF2246: hue angle of 346.24º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2246 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 70 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.25 |
| HSL | 346.24º | 0.7% | 0.44% | - |
| HSV(B) | 346.24º | 0.82% | 0.75% | - |
| XYZ | 23.16 | 12.66 | 7.02 | - |
| YUV | 85.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 70 | 0 | 0.82 | 0.63 | 0.25 | 346.24 | 0.7 | 0.44 |
| Hex | BF | 22 | 46 | 0 | 52 | 3F | 19 | 15A | 46 | 2C |
| Octal | 277 | 42 | 106 | 0 | 122 | 77 | 31 | 532 | 106 | 54 |
| Binary | 10111111 | 100010 | 1000110 | 0 | 1010010 | 111111 | 11001 | 101011010 | 1000110 | 101100 |
Color Harmonies of #BF2246
Complementary color
Monochromatic Colors of #BF2246
Black with #BF2246
Text Example
Text Example
White with #BF2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2246; }
p { color: rgb(191,34,70); }
H1.HeaderClassName
{
color: #BF2246;
}
.AnyTagClassName
{
color: #BF2246;
}
</style>
background-color css
<style>
a { background-color: #BF2246; }
a { background-color: rgb(191,34,70); }
div.DivClassName
{
background-color: #BF2246;
}
.BgClassName
{
background-color: #BF2246;
}
</style>
border-color css
<style>
span { border-color: #BF2246; }
span { border-color: rgb(191,34,70); }
td.TdClassName
{
border-color: #BF2246;
}
.TagClassName
{
border-color: #BF2246;
}
</style>