Shades of Old Rose #BF2A49
Tints of Old Rose #BF2A49
RGB
CMYK
RGB Variations
Color information
#BF2A49 (or 0xBF2A49) is known color: Old Rose. HEX triplet: BF, 2A and 49. RGB value is (191,42,73). Sum of RGB (Red+Green+Blue) = 191+42+73=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A49 is #40D5B6. Grayscale: #5A5A5A. Windows color (decimal): -4249015 or 4795071. OLE color: 4795071.
HSL color Cylindrical-coordinate representation of color #BF2A49: hue angle of 347.52º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A49 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 73 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.25 |
| HSL | 347.52º | 0.64% | 0.46% | - |
| HSV(B) | 347.52º | 0.78% | 0.75% | - |
| XYZ | 23.52 | 13.21 | 7.61 | - |
| YUV | 90.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 73 | 0 | 0.78 | 0.62 | 0.25 | 347.52 | 0.64 | 0.46 |
| Hex | BF | 2A | 49 | 0 | 4E | 3E | 19 | 15C | 40 | 2E |
| Octal | 277 | 52 | 111 | 0 | 116 | 76 | 31 | 534 | 100 | 56 |
| Binary | 10111111 | 101010 | 1001001 | 0 | 1001110 | 111110 | 11001 | 101011100 | 1000000 | 101110 |
Color Harmonies of #BF2A49
Complementary color
Monochromatic Colors of #BF2A49
Black with #BF2A49
Text Example
Text Example
White with #BF2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A49; }
p { color: rgb(191,42,73); }
H1.HeaderClassName
{
color: #BF2A49;
}
.AnyTagClassName
{
color: #BF2A49;
}
</style>
background-color css
<style>
a { background-color: #BF2A49; }
a { background-color: rgb(191,42,73); }
div.DivClassName
{
background-color: #BF2A49;
}
.BgClassName
{
background-color: #BF2A49;
}
</style>
border-color css
<style>
span { border-color: #BF2A49; }
span { border-color: rgb(191,42,73); }
td.TdClassName
{
border-color: #BF2A49;
}
.TagClassName
{
border-color: #BF2A49;
}
</style>