Shades of Old Rose #BC2949
Tints of Old Rose #BC2949
RGB
CMYK
RGB Variations
Color information
#BC2949 (or 0xBC2949) is known color: Old Rose. HEX triplet: BC, 29 and 49. RGB value is (188,41,73). Sum of RGB (Red+Green+Blue) = 188+41+73=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2949 is #43D6B6. Grayscale: #585858. Windows color (decimal): -4445879 or 4794812. OLE color: 4794812.
HSL color Cylindrical-coordinate representation of color #BC2949: hue angle of 346.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2949 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 73 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.26 |
| HSL | 346.94º | 0.64% | 0.45% | - |
| HSV(B) | 346.94º | 0.78% | 0.74% | - |
| XYZ | 22.73 | 12.76 | 7.57 | - |
| YUV | 88.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 73 | 0 | 0.78 | 0.61 | 0.26 | 346.94 | 0.64 | 0.45 |
| Hex | BC | 29 | 49 | 0 | 4E | 3D | 1A | 15B | 40 | 2D |
| Octal | 274 | 51 | 111 | 0 | 116 | 75 | 32 | 533 | 100 | 55 |
| Binary | 10111100 | 101001 | 1001001 | 0 | 1001110 | 111101 | 11010 | 101011011 | 1000000 | 101101 |
Color Harmonies of #BC2949
Complementary color
Monochromatic Colors of #BC2949
Black with #BC2949
Text Example
Text Example
White with #BC2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2949; }
p { color: rgb(188,41,73); }
H1.HeaderClassName
{
color: #BC2949;
}
.AnyTagClassName
{
color: #BC2949;
}
</style>
background-color css
<style>
a { background-color: #BC2949; }
a { background-color: rgb(188,41,73); }
div.DivClassName
{
background-color: #BC2949;
}
.BgClassName
{
background-color: #BC2949;
}
</style>
border-color css
<style>
span { border-color: #BC2949; }
span { border-color: rgb(188,41,73); }
td.TdClassName
{
border-color: #BC2949;
}
.TagClassName
{
border-color: #BC2949;
}
</style>