Shades of Old Rose #BC2C44
Tints of Old Rose #BC2C44
RGB
CMYK
RGB Variations
Color information
#BC2C44 (or 0xBC2C44) is known color: Old Rose. HEX triplet: BC, 2C and 44. RGB value is (188,44,68). Sum of RGB (Red+Green+Blue) = 188+44+68=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C44 is #43D3BB. Grayscale: #595959. Windows color (decimal): -4445116 or 4467900. OLE color: 4467900.
HSL color Cylindrical-coordinate representation of color #BC2C44: hue angle of 350º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C44 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 68 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.26 |
| HSL | 350º | 0.62% | 0.45% | - |
| HSV(B) | 350º | 0.77% | 0.74% | - |
| XYZ | 22.68 | 12.91 | 6.77 | - |
| YUV | 89.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 68 | 0 | 0.77 | 0.64 | 0.26 | 350 | 0.62 | 0.45 |
| Hex | BC | 2C | 44 | 0 | 4D | 40 | 1A | 15E | 3E | 2D |
| Octal | 274 | 54 | 104 | 0 | 115 | 100 | 32 | 536 | 76 | 55 |
| Binary | 10111100 | 101100 | 1000100 | 0 | 1001101 | 1000000 | 11010 | 101011110 | 111110 | 101101 |
Color Harmonies of #BC2C44
Complementary color
Monochromatic Colors of #BC2C44
Black with #BC2C44
Text Example
Text Example
White with #BC2C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C44; }
p { color: rgb(188,44,68); }
H1.HeaderClassName
{
color: #BC2C44;
}
.AnyTagClassName
{
color: #BC2C44;
}
</style>
background-color css
<style>
a { background-color: #BC2C44; }
a { background-color: rgb(188,44,68); }
div.DivClassName
{
background-color: #BC2C44;
}
.BgClassName
{
background-color: #BC2C44;
}
</style>
border-color css
<style>
span { border-color: #BC2C44; }
span { border-color: rgb(188,44,68); }
td.TdClassName
{
border-color: #BC2C44;
}
.TagClassName
{
border-color: #BC2C44;
}
</style>