Shades of Old Rose #BF404D
Tints of Old Rose #BF404D
RGB
CMYK
RGB Variations
Color information
#BF404D (or 0xBF404D) is known color: Old Rose. HEX triplet: BF, 40 and 4D. RGB value is (191,64,77). Sum of RGB (Red+Green+Blue) = 191+64+77=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF404D is #40BFB2. Grayscale: #676767. Windows color (decimal): -4243379 or 5062847. OLE color: 5062847.
HSL color Cylindrical-coordinate representation of color #BF404D: hue angle of 353.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF404D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 77 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.25 |
| HSL | 353.86º | 0.5% | 0.5% | - |
| HSV(B) | 353.86º | 0.66% | 0.75% | - |
| XYZ | 24.66 | 15.28 | 8.67 | - |
| YUV | 103.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 77 | 0 | 0.66 | 0.60 | 0.25 | 353.86 | 0.5 | 0.5 |
| Hex | BF | 40 | 4D | 0 | 42 | 3C | 19 | 162 | 32 | 32 |
| Octal | 277 | 100 | 115 | 0 | 102 | 74 | 31 | 542 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1001101 | 0 | 1000010 | 111100 | 11001 | 101100010 | 110010 | 110010 |
Color Harmonies of #BF404D
Complementary color
Monochromatic Colors of #BF404D
Black with #BF404D
Text Example
Text Example
White with #BF404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF404D; }
p { color: rgb(191,64,77); }
H1.HeaderClassName
{
color: #BF404D;
}
.AnyTagClassName
{
color: #BF404D;
}
</style>
background-color css
<style>
a { background-color: #BF404D; }
a { background-color: rgb(191,64,77); }
div.DivClassName
{
background-color: #BF404D;
}
.BgClassName
{
background-color: #BF404D;
}
</style>
border-color css
<style>
span { border-color: #BF404D; }
span { border-color: rgb(191,64,77); }
td.TdClassName
{
border-color: #BF404D;
}
.TagClassName
{
border-color: #BF404D;
}
</style>