Shades of Old Rose #BF1E4D
Tints of Old Rose #BF1E4D
RGB
CMYK
RGB Variations
Color information
#BF1E4D (or 0xBF1E4D) is known color: Old Rose. HEX triplet: BF, 1E and 4D. RGB value is (191,30,77). Sum of RGB (Red+Green+Blue) = 191+30+77=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1E4D is #40E1B2. Grayscale: #535353. Windows color (decimal): -4252083 or 5054143. OLE color: 5054143.
HSL color Cylindrical-coordinate representation of color #BF1E4D: hue angle of 342.48º 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 #BF1E4D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 30 | 77 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.25 |
| HSL | 342.48º | 0.73% | 0.43% | - |
| HSV(B) | 342.48º | 0.84% | 0.75% | - |
| XYZ | 23.29 | 12.54 | 8.21 | - |
| YUV | 83.5 | 124.34 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 77 | 0 | 0.84 | 0.60 | 0.25 | 342.48 | 0.73 | 0.43 |
| Hex | BF | 1E | 4D | 0 | 54 | 3C | 19 | 156 | 49 | 2B |
| Octal | 277 | 36 | 115 | 0 | 124 | 74 | 31 | 526 | 111 | 53 |
| Binary | 10111111 | 11110 | 1001101 | 0 | 1010100 | 111100 | 11001 | 101010110 | 1001001 | 101011 |
Color Harmonies of #BF1E4D
Complementary color
Monochromatic Colors of #BF1E4D
Black with #BF1E4D
Text Example
Text Example
White with #BF1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1E4D; }
p { color: rgb(191,30,77); }
H1.HeaderClassName
{
color: #BF1E4D;
}
.AnyTagClassName
{
color: #BF1E4D;
}
</style>
background-color css
<style>
a { background-color: #BF1E4D; }
a { background-color: rgb(191,30,77); }
div.DivClassName
{
background-color: #BF1E4D;
}
.BgClassName
{
background-color: #BF1E4D;
}
</style>
border-color css
<style>
span { border-color: #BF1E4D; }
span { border-color: rgb(191,30,77); }
td.TdClassName
{
border-color: #BF1E4D;
}
.TagClassName
{
border-color: #BF1E4D;
}
</style>