Shades of Old Rose #BF2452
Tints of Old Rose #BF2452
RGB
CMYK
RGB Variations
Color information
#BF2452 (or 0xBF2452) is known color: Old Rose. HEX triplet: BF, 24 and 52. RGB value is (191,36,82). Sum of RGB (Red+Green+Blue) = 191+36+82=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2452 is #40DBAD. Grayscale: #575757. Windows color (decimal): -4250542 or 5383359. OLE color: 5383359.
HSL color Cylindrical-coordinate representation of color #BF2452: hue angle of 342.19º 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 #BF2452 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 82 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.25 |
| HSL | 342.19º | 0.68% | 0.45% | - |
| HSV(B) | 342.19º | 0.81% | 0.75% | - |
| XYZ | 23.64 | 12.95 | 9.24 | - |
| YUV | 87.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 82 | 0 | 0.81 | 0.57 | 0.25 | 342.19 | 0.68 | 0.45 |
| Hex | BF | 24 | 52 | 0 | 51 | 39 | 19 | 156 | 44 | 2D |
| Octal | 277 | 44 | 122 | 0 | 121 | 71 | 31 | 526 | 104 | 55 |
| Binary | 10111111 | 100100 | 1010010 | 0 | 1010001 | 111001 | 11001 | 101010110 | 1000100 | 101101 |
Color Harmonies of #BF2452
Complementary color
Monochromatic Colors of #BF2452
Black with #BF2452
Text Example
Text Example
White with #BF2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2452; }
p { color: rgb(191,36,82); }
H1.HeaderClassName
{
color: #BF2452;
}
.AnyTagClassName
{
color: #BF2452;
}
</style>
background-color css
<style>
a { background-color: #BF2452; }
a { background-color: rgb(191,36,82); }
div.DivClassName
{
background-color: #BF2452;
}
.BgClassName
{
background-color: #BF2452;
}
</style>
border-color css
<style>
span { border-color: #BF2452; }
span { border-color: rgb(191,36,82); }
td.TdClassName
{
border-color: #BF2452;
}
.TagClassName
{
border-color: #BF2452;
}
</style>