Shades of Old Rose #BC2F45
Tints of Old Rose #BC2F45
RGB
CMYK
RGB Variations
Color information
#BC2F45 (or 0xBC2F45) is known color: Old Rose. HEX triplet: BC, 2F and 45. RGB value is (188,47,69). Sum of RGB (Red+Green+Blue) = 188+47+69=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F45 is #43D0BA. Grayscale: #5B5B5B. Windows color (decimal): -4444347 or 4534204. OLE color: 4534204.
HSL color Cylindrical-coordinate representation of color #BC2F45: hue angle of 350.64º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F45 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 69 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.26 |
| HSL | 350.64º | 0.6% | 0.46% | - |
| HSV(B) | 350.64º | 0.75% | 0.74% | - |
| XYZ | 22.83 | 13.15 | 6.97 | - |
| YUV | 91.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 69 | 0 | 0.75 | 0.63 | 0.26 | 350.64 | 0.6 | 0.46 |
| Hex | BC | 2F | 45 | 0 | 4B | 3F | 1A | 15F | 3C | 2E |
| Octal | 274 | 57 | 105 | 0 | 113 | 77 | 32 | 537 | 74 | 56 |
| Binary | 10111100 | 101111 | 1000101 | 0 | 1001011 | 111111 | 11010 | 101011111 | 111100 | 101110 |
Color Harmonies of #BC2F45
Complementary color
Monochromatic Colors of #BC2F45
Black with #BC2F45
Text Example
Text Example
White with #BC2F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F45; }
p { color: rgb(188,47,69); }
H1.HeaderClassName
{
color: #BC2F45;
}
.AnyTagClassName
{
color: #BC2F45;
}
</style>
background-color css
<style>
a { background-color: #BC2F45; }
a { background-color: rgb(188,47,69); }
div.DivClassName
{
background-color: #BC2F45;
}
.BgClassName
{
background-color: #BC2F45;
}
</style>
border-color css
<style>
span { border-color: #BC2F45; }
span { border-color: rgb(188,47,69); }
td.TdClassName
{
border-color: #BC2F45;
}
.TagClassName
{
border-color: #BC2F45;
}
</style>