Shades of Old Rose #BF244D
Tints of Old Rose #BF244D
RGB
CMYK
RGB Variations
Color information
#BF244D (or 0xBF244D) is known color: Old Rose. HEX triplet: BF, 24 and 4D. RGB value is (191,36,77). Sum of RGB (Red+Green+Blue) = 191+36+77=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF244D is #40DBB2. Grayscale: #575757. Windows color (decimal): -4250547 or 5055679. OLE color: 5055679.
HSL color Cylindrical-coordinate representation of color #BF244D: hue angle of 344.13º 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 #BF244D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 77 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.25 |
| HSL | 344.13º | 0.68% | 0.45% | - |
| HSV(B) | 344.13º | 0.81% | 0.75% | - |
| XYZ | 23.46 | 12.87 | 8.27 | - |
| YUV | 87.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 77 | 0 | 0.81 | 0.60 | 0.25 | 344.13 | 0.68 | 0.45 |
| Hex | BF | 24 | 4D | 0 | 51 | 3C | 19 | 158 | 44 | 2D |
| Octal | 277 | 44 | 115 | 0 | 121 | 74 | 31 | 530 | 104 | 55 |
| Binary | 10111111 | 100100 | 1001101 | 0 | 1010001 | 111100 | 11001 | 101011000 | 1000100 | 101101 |
Color Harmonies of #BF244D
Complementary color
Monochromatic Colors of #BF244D
Black with #BF244D
Text Example
Text Example
White with #BF244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF244D; }
p { color: rgb(191,36,77); }
H1.HeaderClassName
{
color: #BF244D;
}
.AnyTagClassName
{
color: #BF244D;
}
</style>
background-color css
<style>
a { background-color: #BF244D; }
a { background-color: rgb(191,36,77); }
div.DivClassName
{
background-color: #BF244D;
}
.BgClassName
{
background-color: #BF244D;
}
</style>
border-color css
<style>
span { border-color: #BF244D; }
span { border-color: rgb(191,36,77); }
td.TdClassName
{
border-color: #BF244D;
}
.TagClassName
{
border-color: #BF244D;
}
</style>