Shades of Old Rose #BF1C4D
Tints of Old Rose #BF1C4D
RGB
CMYK
RGB Variations
Color information
#BF1C4D (or 0xBF1C4D) is known color: Old Rose. HEX triplet: BF, 1C and 4D. RGB value is (191,28,77). Sum of RGB (Red+Green+Blue) = 191+28+77=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C4D is #40E3B2. Grayscale: #525252. Windows color (decimal): -4252595 or 5053631. OLE color: 5053631.
HSL color Cylindrical-coordinate representation of color #BF1C4D: hue angle of 341.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1C4D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 28 | 77 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.25 |
| HSL | 341.96º | 0.74% | 0.43% | - |
| HSV(B) | 341.96º | 0.85% | 0.75% | - |
| XYZ | 23.24 | 12.44 | 8.2 | - |
| YUV | 82.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 77 | 0 | 0.85 | 0.60 | 0.25 | 341.96 | 0.74 | 0.43 |
| Hex | BF | 1C | 4D | 0 | 55 | 3C | 19 | 156 | 4A | 2B |
| Octal | 277 | 34 | 115 | 0 | 125 | 74 | 31 | 526 | 112 | 53 |
| Binary | 10111111 | 11100 | 1001101 | 0 | 1010101 | 111100 | 11001 | 101010110 | 1001010 | 101011 |
Color Harmonies of #BF1C4D
Complementary color
Monochromatic Colors of #BF1C4D
Black with #BF1C4D
Text Example
Text Example
White with #BF1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1C4D; }
p { color: rgb(191,28,77); }
H1.HeaderClassName
{
color: #BF1C4D;
}
.AnyTagClassName
{
color: #BF1C4D;
}
</style>
background-color css
<style>
a { background-color: #BF1C4D; }
a { background-color: rgb(191,28,77); }
div.DivClassName
{
background-color: #BF1C4D;
}
.BgClassName
{
background-color: #BF1C4D;
}
</style>
border-color css
<style>
span { border-color: #BF1C4D; }
span { border-color: rgb(191,28,77); }
td.TdClassName
{
border-color: #BF1C4D;
}
.TagClassName
{
border-color: #BF1C4D;
}
</style>