Shades of Old Rose #BF2249
Tints of Old Rose #BF2249
RGB
CMYK
RGB Variations
Color information
#BF2249 (or 0xBF2249) is known color: Old Rose. HEX triplet: BF, 22 and 49. RGB value is (191,34,73). Sum of RGB (Red+Green+Blue) = 191+34+73=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2249 is #40DDB6. Grayscale: #555555. Windows color (decimal): -4251063 or 4793023. OLE color: 4793023.
HSL color Cylindrical-coordinate representation of color #BF2249: hue angle of 345.1º 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 #BF2249 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 73 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.25 |
| HSL | 345.1º | 0.7% | 0.44% | - |
| HSV(B) | 345.1º | 0.82% | 0.75% | - |
| XYZ | 23.26 | 12.7 | 7.53 | - |
| YUV | 85.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 73 | 0 | 0.82 | 0.62 | 0.25 | 345.1 | 0.7 | 0.44 |
| Hex | BF | 22 | 49 | 0 | 52 | 3E | 19 | 159 | 46 | 2C |
| Octal | 277 | 42 | 111 | 0 | 122 | 76 | 31 | 531 | 106 | 54 |
| Binary | 10111111 | 100010 | 1001001 | 0 | 1010010 | 111110 | 11001 | 101011001 | 1000110 | 101100 |
Color Harmonies of #BF2249
Complementary color
Monochromatic Colors of #BF2249
Black with #BF2249
Text Example
Text Example
White with #BF2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2249; }
p { color: rgb(191,34,73); }
H1.HeaderClassName
{
color: #BF2249;
}
.AnyTagClassName
{
color: #BF2249;
}
</style>
background-color css
<style>
a { background-color: #BF2249; }
a { background-color: rgb(191,34,73); }
div.DivClassName
{
background-color: #BF2249;
}
.BgClassName
{
background-color: #BF2249;
}
</style>
border-color css
<style>
span { border-color: #BF2249; }
span { border-color: rgb(191,34,73); }
td.TdClassName
{
border-color: #BF2249;
}
.TagClassName
{
border-color: #BF2249;
}
</style>