Shades of Old Rose #BF2451
Tints of Old Rose #BF2451
RGB
CMYK
RGB Variations
Color information
#BF2451 (or 0xBF2451) is known color: Old Rose. HEX triplet: BF, 24 and 51. RGB value is (191,36,81). Sum of RGB (Red+Green+Blue) = 191+36+81=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2451 is #40DBAE. Grayscale: #575757. Windows color (decimal): -4250543 or 5317823. OLE color: 5317823.
HSL color Cylindrical-coordinate representation of color #BF2451: hue angle of 342.58º 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 #BF2451 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 81 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.25 |
| HSL | 342.58º | 0.68% | 0.45% | - |
| HSV(B) | 342.58º | 0.81% | 0.75% | - |
| XYZ | 23.6 | 12.93 | 9.04 | - |
| YUV | 87.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 81 | 0 | 0.81 | 0.58 | 0.25 | 342.58 | 0.68 | 0.45 |
| Hex | BF | 24 | 51 | 0 | 51 | 3A | 19 | 157 | 44 | 2D |
| Octal | 277 | 44 | 121 | 0 | 121 | 72 | 31 | 527 | 104 | 55 |
| Binary | 10111111 | 100100 | 1010001 | 0 | 1010001 | 111010 | 11001 | 101010111 | 1000100 | 101101 |
Color Harmonies of #BF2451
Complementary color
Monochromatic Colors of #BF2451
Black with #BF2451
Text Example
Text Example
White with #BF2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2451; }
p { color: rgb(191,36,81); }
H1.HeaderClassName
{
color: #BF2451;
}
.AnyTagClassName
{
color: #BF2451;
}
</style>
background-color css
<style>
a { background-color: #BF2451; }
a { background-color: rgb(191,36,81); }
div.DivClassName
{
background-color: #BF2451;
}
.BgClassName
{
background-color: #BF2451;
}
</style>
border-color css
<style>
span { border-color: #BF2451; }
span { border-color: rgb(191,36,81); }
td.TdClassName
{
border-color: #BF2451;
}
.TagClassName
{
border-color: #BF2451;
}
</style>