Shades of Old Rose #BC2950
Tints of Old Rose #BC2950
RGB
CMYK
RGB Variations
Color information
#BC2950 (or 0xBC2950) is known color: Old Rose. HEX triplet: BC, 29 and 50. RGB value is (188,41,80). Sum of RGB (Red+Green+Blue) = 188+41+80=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2950 is #43D6AF. Grayscale: #595959. Windows color (decimal): -4445872 or 5253564. OLE color: 5253564.
HSL color Cylindrical-coordinate representation of color #BC2950: hue angle of 344.08º 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 #BC2950 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 80 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.26 |
| HSL | 344.08º | 0.64% | 0.45% | - |
| HSV(B) | 344.08º | 0.78% | 0.74% | - |
| XYZ | 22.98 | 12.86 | 8.86 | - |
| YUV | 89.4 | 122.7 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 80 | 0 | 0.78 | 0.57 | 0.26 | 344.08 | 0.64 | 0.45 |
| Hex | BC | 29 | 50 | 0 | 4E | 39 | 1A | 158 | 40 | 2D |
| Octal | 274 | 51 | 120 | 0 | 116 | 71 | 32 | 530 | 100 | 55 |
| Binary | 10111100 | 101001 | 1010000 | 0 | 1001110 | 111001 | 11010 | 101011000 | 1000000 | 101101 |
Color Harmonies of #BC2950
Complementary color
Monochromatic Colors of #BC2950
Black with #BC2950
Text Example
Text Example
White with #BC2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2950; }
p { color: rgb(188,41,80); }
H1.HeaderClassName
{
color: #BC2950;
}
.AnyTagClassName
{
color: #BC2950;
}
</style>
background-color css
<style>
a { background-color: #BC2950; }
a { background-color: rgb(188,41,80); }
div.DivClassName
{
background-color: #BC2950;
}
.BgClassName
{
background-color: #BC2950;
}
</style>
border-color css
<style>
span { border-color: #BC2950; }
span { border-color: rgb(188,41,80); }
td.TdClassName
{
border-color: #BC2950;
}
.TagClassName
{
border-color: #BC2950;
}
</style>