Shades of Old Rose #BF2945
Tints of Old Rose #BF2945
RGB
CMYK
RGB Variations
Color information
#BF2945 (or 0xBF2945) is known color: Old Rose. HEX triplet: BF, 29 and 45. RGB value is (191,41,69). Sum of RGB (Red+Green+Blue) = 191+41+69=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2945 is #40D6BA. Grayscale: #595959. Windows color (decimal): -4249275 or 4532671. OLE color: 4532671.
HSL color Cylindrical-coordinate representation of color #BF2945: hue angle of 348.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2945 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 69 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.25 |
| HSL | 348.8º | 0.65% | 0.45% | - |
| HSV(B) | 348.8º | 0.79% | 0.75% | - |
| XYZ | 23.35 | 13.09 | 6.93 | - |
| YUV | 89.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 69 | 0 | 0.79 | 0.64 | 0.25 | 348.8 | 0.65 | 0.45 |
| Hex | BF | 29 | 45 | 0 | 4F | 40 | 19 | 15D | 41 | 2D |
| Octal | 277 | 51 | 105 | 0 | 117 | 100 | 31 | 535 | 101 | 55 |
| Binary | 10111111 | 101001 | 1000101 | 0 | 1001111 | 1000000 | 11001 | 101011101 | 1000001 | 101101 |
Color Harmonies of #BF2945
Complementary color
Monochromatic Colors of #BF2945
Black with #BF2945
Text Example
Text Example
White with #BF2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2945; }
p { color: rgb(191,41,69); }
H1.HeaderClassName
{
color: #BF2945;
}
.AnyTagClassName
{
color: #BF2945;
}
</style>
background-color css
<style>
a { background-color: #BF2945; }
a { background-color: rgb(191,41,69); }
div.DivClassName
{
background-color: #BF2945;
}
.BgClassName
{
background-color: #BF2945;
}
</style>
border-color css
<style>
span { border-color: #BF2945; }
span { border-color: rgb(191,41,69); }
td.TdClassName
{
border-color: #BF2945;
}
.TagClassName
{
border-color: #BF2945;
}
</style>