Shades of Old Rose #BC3749
Tints of Old Rose #BC3749
RGB
CMYK
RGB Variations
Color information
#BC3749 (or 0xBC3749) is known color: Old Rose. HEX triplet: BC, 37 and 49. RGB value is (188,55,73). Sum of RGB (Red+Green+Blue) = 188+55+73=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3749 is #43C8B6. Grayscale: #606060. Windows color (decimal): -4442295 or 4798396. OLE color: 4798396.
HSL color Cylindrical-coordinate representation of color #BC3749: hue angle of 351.88º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3749 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 73 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.26 |
| HSL | 351.88º | 0.55% | 0.48% | - |
| HSV(B) | 351.88º | 0.71% | 0.74% | - |
| XYZ | 23.31 | 13.9 | 7.76 | - |
| YUV | 96.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 73 | 0 | 0.71 | 0.61 | 0.26 | 351.88 | 0.55 | 0.48 |
| Hex | BC | 37 | 49 | 0 | 47 | 3D | 1A | 160 | 37 | 30 |
| Octal | 274 | 67 | 111 | 0 | 107 | 75 | 32 | 540 | 67 | 60 |
| Binary | 10111100 | 110111 | 1001001 | 0 | 1000111 | 111101 | 11010 | 101100000 | 110111 | 110000 |
Color Harmonies of #BC3749
Complementary color
Monochromatic Colors of #BC3749
Black with #BC3749
Text Example
Text Example
White with #BC3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3749; }
p { color: rgb(188,55,73); }
H1.HeaderClassName
{
color: #BC3749;
}
.AnyTagClassName
{
color: #BC3749;
}
</style>
background-color css
<style>
a { background-color: #BC3749; }
a { background-color: rgb(188,55,73); }
div.DivClassName
{
background-color: #BC3749;
}
.BgClassName
{
background-color: #BC3749;
}
</style>
border-color css
<style>
span { border-color: #BC3749; }
span { border-color: rgb(188,55,73); }
td.TdClassName
{
border-color: #BC3749;
}
.TagClassName
{
border-color: #BC3749;
}
</style>