Shades of Old Rose #BF224F
Tints of Old Rose #BF224F
RGB
CMYK
RGB Variations
Color information
#BF224F (or 0xBF224F) is known color: Old Rose. HEX triplet: BF, 22 and 4F. RGB value is (191,34,79). Sum of RGB (Red+Green+Blue) = 191+34+79=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF224F is #40DDB0. Grayscale: #565656. Windows color (decimal): -4251057 or 5186239. OLE color: 5186239.
HSL color Cylindrical-coordinate representation of color #BF224F: hue angle of 342.8º 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 #BF224F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 79 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.25 |
| HSL | 342.8º | 0.7% | 0.44% | - |
| HSV(B) | 342.8º | 0.82% | 0.75% | - |
| XYZ | 23.47 | 12.78 | 8.63 | - |
| YUV | 86.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 79 | 0 | 0.82 | 0.59 | 0.25 | 342.8 | 0.7 | 0.44 |
| Hex | BF | 22 | 4F | 0 | 52 | 3B | 19 | 157 | 46 | 2C |
| Octal | 277 | 42 | 117 | 0 | 122 | 73 | 31 | 527 | 106 | 54 |
| Binary | 10111111 | 100010 | 1001111 | 0 | 1010010 | 111011 | 11001 | 101010111 | 1000110 | 101100 |
Color Harmonies of #BF224F
Complementary color
Monochromatic Colors of #BF224F
Black with #BF224F
Text Example
Text Example
White with #BF224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF224F; }
p { color: rgb(191,34,79); }
H1.HeaderClassName
{
color: #BF224F;
}
.AnyTagClassName
{
color: #BF224F;
}
</style>
background-color css
<style>
a { background-color: #BF224F; }
a { background-color: rgb(191,34,79); }
div.DivClassName
{
background-color: #BF224F;
}
.BgClassName
{
background-color: #BF224F;
}
</style>
border-color css
<style>
span { border-color: #BF224F; }
span { border-color: rgb(191,34,79); }
td.TdClassName
{
border-color: #BF224F;
}
.TagClassName
{
border-color: #BF224F;
}
</style>