Shades of Old Rose #BC2944
Tints of Old Rose #BC2944
RGB
CMYK
RGB Variations
Color information
#BC2944 (or 0xBC2944) is known color: Old Rose. HEX triplet: BC, 29 and 44. RGB value is (188,41,68). Sum of RGB (Red+Green+Blue) = 188+41+68=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2944 is #43D6BB. Grayscale: #585858. Windows color (decimal): -4445884 or 4467132. OLE color: 4467132.
HSL color Cylindrical-coordinate representation of color #BC2944: hue angle of 348.98º 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 #BC2944 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 68 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.26 |
| HSL | 348.98º | 0.64% | 0.45% | - |
| HSV(B) | 348.98º | 0.78% | 0.74% | - |
| XYZ | 22.58 | 12.69 | 6.73 | - |
| YUV | 88.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 68 | 0 | 0.78 | 0.64 | 0.26 | 348.98 | 0.64 | 0.45 |
| Hex | BC | 29 | 44 | 0 | 4E | 40 | 1A | 15D | 40 | 2D |
| Octal | 274 | 51 | 104 | 0 | 116 | 100 | 32 | 535 | 100 | 55 |
| Binary | 10111100 | 101001 | 1000100 | 0 | 1001110 | 1000000 | 11010 | 101011101 | 1000000 | 101101 |
Color Harmonies of #BC2944
Complementary color
Monochromatic Colors of #BC2944
Black with #BC2944
Text Example
Text Example
White with #BC2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2944; }
p { color: rgb(188,41,68); }
H1.HeaderClassName
{
color: #BC2944;
}
.AnyTagClassName
{
color: #BC2944;
}
</style>
background-color css
<style>
a { background-color: #BC2944; }
a { background-color: rgb(188,41,68); }
div.DivClassName
{
background-color: #BC2944;
}
.BgClassName
{
background-color: #BC2944;
}
</style>
border-color css
<style>
span { border-color: #BC2944; }
span { border-color: rgb(188,41,68); }
td.TdClassName
{
border-color: #BC2944;
}
.TagClassName
{
border-color: #BC2944;
}
</style>