Shades of Old Rose #BF3449
Tints of Old Rose #BF3449
RGB
CMYK
RGB Variations
Color information
#BF3449 (or 0xBF3449) is known color: Old Rose. HEX triplet: BF, 34 and 49. RGB value is (191,52,73). Sum of RGB (Red+Green+Blue) = 191+52+73=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3449 is #40CBB6. Grayscale: #606060. Windows color (decimal): -4246455 or 4797631. OLE color: 4797631.
HSL color Cylindrical-coordinate representation of color #BF3449: hue angle of 350.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3449 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 73 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.25 |
| HSL | 350.94º | 0.57% | 0.48% | - |
| HSV(B) | 350.94º | 0.73% | 0.75% | - |
| XYZ | 23.92 | 14.01 | 7.75 | - |
| YUV | 95.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 73 | 0 | 0.73 | 0.62 | 0.25 | 350.94 | 0.57 | 0.48 |
| Hex | BF | 34 | 49 | 0 | 49 | 3E | 19 | 15F | 39 | 30 |
| Octal | 277 | 64 | 111 | 0 | 111 | 76 | 31 | 537 | 71 | 60 |
| Binary | 10111111 | 110100 | 1001001 | 0 | 1001001 | 111110 | 11001 | 101011111 | 111001 | 110000 |
Color Harmonies of #BF3449
Complementary color
Monochromatic Colors of #BF3449
Black with #BF3449
Text Example
Text Example
White with #BF3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3449; }
p { color: rgb(191,52,73); }
H1.HeaderClassName
{
color: #BF3449;
}
.AnyTagClassName
{
color: #BF3449;
}
</style>
background-color css
<style>
a { background-color: #BF3449; }
a { background-color: rgb(191,52,73); }
div.DivClassName
{
background-color: #BF3449;
}
.BgClassName
{
background-color: #BF3449;
}
</style>
border-color css
<style>
span { border-color: #BF3449; }
span { border-color: rgb(191,52,73); }
td.TdClassName
{
border-color: #BF3449;
}
.TagClassName
{
border-color: #BF3449;
}
</style>