Shades of Old Rose #BF2444
Tints of Old Rose #BF2444
RGB
CMYK
RGB Variations
Color information
#BF2444 (or 0xBF2444) is known color: Old Rose. HEX triplet: BF, 24 and 44. RGB value is (191,36,68). Sum of RGB (Red+Green+Blue) = 191+36+68=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2444 is #40DBBB. Grayscale: #565656. Windows color (decimal): -4250556 or 4465855. OLE color: 4465855.
HSL color Cylindrical-coordinate representation of color #BF2444: hue angle of 347.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2444 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 68 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.25 |
| HSL | 347.61º | 0.68% | 0.45% | - |
| HSV(B) | 347.61º | 0.81% | 0.75% | - |
| XYZ | 23.16 | 12.76 | 6.71 | - |
| YUV | 85.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 68 | 0 | 0.81 | 0.64 | 0.25 | 347.61 | 0.68 | 0.45 |
| Hex | BF | 24 | 44 | 0 | 51 | 40 | 19 | 15C | 44 | 2D |
| Octal | 277 | 44 | 104 | 0 | 121 | 100 | 31 | 534 | 104 | 55 |
| Binary | 10111111 | 100100 | 1000100 | 0 | 1010001 | 1000000 | 11001 | 101011100 | 1000100 | 101101 |
Color Harmonies of #BF2444
Complementary color
Monochromatic Colors of #BF2444
Black with #BF2444
Text Example
Text Example
White with #BF2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2444; }
p { color: rgb(191,36,68); }
H1.HeaderClassName
{
color: #BF2444;
}
.AnyTagClassName
{
color: #BF2444;
}
</style>
background-color css
<style>
a { background-color: #BF2444; }
a { background-color: rgb(191,36,68); }
div.DivClassName
{
background-color: #BF2444;
}
.BgClassName
{
background-color: #BF2444;
}
</style>
border-color css
<style>
span { border-color: #BF2444; }
span { border-color: rgb(191,36,68); }
td.TdClassName
{
border-color: #BF2444;
}
.TagClassName
{
border-color: #BF2444;
}
</style>