Shades of Old Rose #BC2246
Tints of Old Rose #BC2246
RGB
CMYK
RGB Variations
Color information
#BC2246 (or 0xBC2246) is known color: Old Rose. HEX triplet: BC, 22 and 46. RGB value is (188,34,70). Sum of RGB (Red+Green+Blue) = 188+34+70=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2246 is #43DDB9. Grayscale: #545454. Windows color (decimal): -4447674 or 4596412. OLE color: 4596412.
HSL color Cylindrical-coordinate representation of color #BC2246: hue angle of 345.97º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2246 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 70 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.26 |
| HSL | 345.97º | 0.69% | 0.44% | - |
| HSV(B) | 345.97º | 0.82% | 0.74% | - |
| XYZ | 22.42 | 12.28 | 6.98 | - |
| YUV | 84.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 70 | 0 | 0.82 | 0.63 | 0.26 | 345.97 | 0.69 | 0.44 |
| Hex | BC | 22 | 46 | 0 | 52 | 3F | 1A | 15A | 45 | 2C |
| Octal | 274 | 42 | 106 | 0 | 122 | 77 | 32 | 532 | 105 | 54 |
| Binary | 10111100 | 100010 | 1000110 | 0 | 1010010 | 111111 | 11010 | 101011010 | 1000101 | 101100 |
Color Harmonies of #BC2246
Complementary color
Monochromatic Colors of #BC2246
Black with #BC2246
Text Example
Text Example
White with #BC2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2246; }
p { color: rgb(188,34,70); }
H1.HeaderClassName
{
color: #BC2246;
}
.AnyTagClassName
{
color: #BC2246;
}
</style>
background-color css
<style>
a { background-color: #BC2246; }
a { background-color: rgb(188,34,70); }
div.DivClassName
{
background-color: #BC2246;
}
.BgClassName
{
background-color: #BC2246;
}
</style>
border-color css
<style>
span { border-color: #BC2246; }
span { border-color: rgb(188,34,70); }
td.TdClassName
{
border-color: #BC2246;
}
.TagClassName
{
border-color: #BC2246;
}
</style>