Shades of Old Rose #BC2548
Tints of Old Rose #BC2548
RGB
CMYK
RGB Variations
Color information
#BC2548 (or 0xBC2548) is known color: Old Rose. HEX triplet: BC, 25 and 48. RGB value is (188,37,72). Sum of RGB (Red+Green+Blue) = 188+37+72=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2548 is #43DAB7. Grayscale: #565656. Windows color (decimal): -4446904 or 4728252. OLE color: 4728252.
HSL color Cylindrical-coordinate representation of color #BC2548: hue angle of 346.09º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2548 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 72 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.26 |
| HSL | 346.09º | 0.67% | 0.44% | - |
| HSV(B) | 346.09º | 0.8% | 0.74% | - |
| XYZ | 22.57 | 12.48 | 7.35 | - |
| YUV | 86.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 72 | 0 | 0.80 | 0.62 | 0.26 | 346.09 | 0.67 | 0.44 |
| Hex | BC | 25 | 48 | 0 | 50 | 3E | 1A | 15A | 43 | 2C |
| Octal | 274 | 45 | 110 | 0 | 120 | 76 | 32 | 532 | 103 | 54 |
| Binary | 10111100 | 100101 | 1001000 | 0 | 1010000 | 111110 | 11010 | 101011010 | 1000011 | 101100 |
Color Harmonies of #BC2548
Complementary color
Monochromatic Colors of #BC2548
Black with #BC2548
Text Example
Text Example
White with #BC2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2548; }
p { color: rgb(188,37,72); }
H1.HeaderClassName
{
color: #BC2548;
}
.AnyTagClassName
{
color: #BC2548;
}
</style>
background-color css
<style>
a { background-color: #BC2548; }
a { background-color: rgb(188,37,72); }
div.DivClassName
{
background-color: #BC2548;
}
.BgClassName
{
background-color: #BC2548;
}
</style>
border-color css
<style>
span { border-color: #BC2548; }
span { border-color: rgb(188,37,72); }
td.TdClassName
{
border-color: #BC2548;
}
.TagClassName
{
border-color: #BC2548;
}
</style>