Shades of Old Rose #BC2644
Tints of Old Rose #BC2644
RGB
CMYK
RGB Variations
Color information
#BC2644 (or 0xBC2644) is known color: Old Rose. HEX triplet: BC, 26 and 44. RGB value is (188,38,68). Sum of RGB (Red+Green+Blue) = 188+38+68=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2644 is #43D9BB. Grayscale: #565656. Windows color (decimal): -4446652 or 4466364. OLE color: 4466364.
HSL color Cylindrical-coordinate representation of color #BC2644: hue angle of 348º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2644 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 68 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.26 |
| HSL | 348º | 0.66% | 0.44% | - |
| HSV(B) | 348º | 0.8% | 0.74% | - |
| XYZ | 22.48 | 12.49 | 6.7 | - |
| YUV | 86.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 68 | 0 | 0.80 | 0.64 | 0.26 | 348 | 0.66 | 0.44 |
| Hex | BC | 26 | 44 | 0 | 50 | 40 | 1A | 15C | 42 | 2C |
| Octal | 274 | 46 | 104 | 0 | 120 | 100 | 32 | 534 | 102 | 54 |
| Binary | 10111100 | 100110 | 1000100 | 0 | 1010000 | 1000000 | 11010 | 101011100 | 1000010 | 101100 |
Color Harmonies of #BC2644
Complementary color
Monochromatic Colors of #BC2644
Black with #BC2644
Text Example
Text Example
White with #BC2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2644; }
p { color: rgb(188,38,68); }
H1.HeaderClassName
{
color: #BC2644;
}
.AnyTagClassName
{
color: #BC2644;
}
</style>
background-color css
<style>
a { background-color: #BC2644; }
a { background-color: rgb(188,38,68); }
div.DivClassName
{
background-color: #BC2644;
}
.BgClassName
{
background-color: #BC2644;
}
</style>
border-color css
<style>
span { border-color: #BC2644; }
span { border-color: rgb(188,38,68); }
td.TdClassName
{
border-color: #BC2644;
}
.TagClassName
{
border-color: #BC2644;
}
</style>