Shades of Old Rose #BC3048
Tints of Old Rose #BC3048
RGB
CMYK
RGB Variations
Color information
#BC3048 (or 0xBC3048) is known color: Old Rose. HEX triplet: BC, 30 and 48. RGB value is (188,48,72). Sum of RGB (Red+Green+Blue) = 188+48+72=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3048 is #43CFB7. Grayscale: #5C5C5C. Windows color (decimal): -4444088 or 4731068. OLE color: 4731068.
HSL color Cylindrical-coordinate representation of color #BC3048: hue angle of 349.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3048 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 72 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.26 |
| HSL | 349.71º | 0.59% | 0.46% | - |
| HSV(B) | 349.71º | 0.74% | 0.74% | - |
| XYZ | 22.97 | 13.27 | 7.48 | - |
| YUV | 92.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 72 | 0 | 0.74 | 0.62 | 0.26 | 349.71 | 0.59 | 0.46 |
| Hex | BC | 30 | 48 | 0 | 4A | 3E | 1A | 15E | 3B | 2E |
| Octal | 274 | 60 | 110 | 0 | 112 | 76 | 32 | 536 | 73 | 56 |
| Binary | 10111100 | 110000 | 1001000 | 0 | 1001010 | 111110 | 11010 | 101011110 | 111011 | 101110 |
Color Harmonies of #BC3048
Complementary color
Monochromatic Colors of #BC3048
Black with #BC3048
Text Example
Text Example
White with #BC3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3048; }
p { color: rgb(188,48,72); }
H1.HeaderClassName
{
color: #BC3048;
}
.AnyTagClassName
{
color: #BC3048;
}
</style>
background-color css
<style>
a { background-color: #BC3048; }
a { background-color: rgb(188,48,72); }
div.DivClassName
{
background-color: #BC3048;
}
.BgClassName
{
background-color: #BC3048;
}
</style>
border-color css
<style>
span { border-color: #BC3048; }
span { border-color: rgb(188,48,72); }
td.TdClassName
{
border-color: #BC3048;
}
.TagClassName
{
border-color: #BC3048;
}
</style>