Shades of Old Rose #BF1E4F
Tints of Old Rose #BF1E4F
RGB
CMYK
RGB Variations
Color information
#BF1E4F (or 0xBF1E4F) is known color: Old Rose. HEX triplet: BF, 1E and 4F. RGB value is (191,30,79). Sum of RGB (Red+Green+Blue) = 191+30+79=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1E4F is #40E1B0. Grayscale: #535353. Windows color (decimal): -4252081 or 5185215. OLE color: 5185215.
HSL color Cylindrical-coordinate representation of color #BF1E4F: hue angle of 341.74º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1E4F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 30 | 79 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.25 |
| HSL | 341.74º | 0.73% | 0.43% | - |
| HSV(B) | 341.74º | 0.84% | 0.75% | - |
| XYZ | 23.36 | 12.57 | 8.59 | - |
| YUV | 83.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 79 | 0 | 0.84 | 0.59 | 0.25 | 341.74 | 0.73 | 0.43 |
| Hex | BF | 1E | 4F | 0 | 54 | 3B | 19 | 156 | 49 | 2B |
| Octal | 277 | 36 | 117 | 0 | 124 | 73 | 31 | 526 | 111 | 53 |
| Binary | 10111111 | 11110 | 1001111 | 0 | 1010100 | 111011 | 11001 | 101010110 | 1001001 | 101011 |
Color Harmonies of #BF1E4F
Complementary color
Monochromatic Colors of #BF1E4F
Black with #BF1E4F
Text Example
Text Example
White with #BF1E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1E4F; }
p { color: rgb(191,30,79); }
H1.HeaderClassName
{
color: #BF1E4F;
}
.AnyTagClassName
{
color: #BF1E4F;
}
</style>
background-color css
<style>
a { background-color: #BF1E4F; }
a { background-color: rgb(191,30,79); }
div.DivClassName
{
background-color: #BF1E4F;
}
.BgClassName
{
background-color: #BF1E4F;
}
</style>
border-color css
<style>
span { border-color: #BF1E4F; }
span { border-color: rgb(191,30,79); }
td.TdClassName
{
border-color: #BF1E4F;
}
.TagClassName
{
border-color: #BF1E4F;
}
</style>