Shades of Old Rose #BC1C4F
Tints of Old Rose #BC1C4F
RGB
CMYK
RGB Variations
Color information
#BC1C4F (or 0xBC1C4F) is known color: Old Rose. HEX triplet: BC, 1C and 4F. RGB value is (188,28,79). Sum of RGB (Red+Green+Blue) = 188+28+79=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C4F is #43E3B0. Grayscale: #515151. Windows color (decimal): -4449201 or 5184700. OLE color: 5184700.
HSL color Cylindrical-coordinate representation of color #BC1C4F: hue angle of 340.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C4F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 79 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.26 |
| HSL | 340.88º | 0.74% | 0.42% | - |
| HSV(B) | 340.88º | 0.85% | 0.74% | - |
| XYZ | 22.57 | 12.09 | 8.54 | - |
| YUV | 81.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 79 | 0 | 0.85 | 0.58 | 0.26 | 340.88 | 0.74 | 0.42 |
| Hex | BC | 1C | 4F | 0 | 55 | 3A | 1A | 155 | 4A | 2A |
| Octal | 274 | 34 | 117 | 0 | 125 | 72 | 32 | 525 | 112 | 52 |
| Binary | 10111100 | 11100 | 1001111 | 0 | 1010101 | 111010 | 11010 | 101010101 | 1001010 | 101010 |
Color Harmonies of #BC1C4F
Complementary color
Monochromatic Colors of #BC1C4F
Black with #BC1C4F
Text Example
Text Example
White with #BC1C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C4F; }
p { color: rgb(188,28,79); }
H1.HeaderClassName
{
color: #BC1C4F;
}
.AnyTagClassName
{
color: #BC1C4F;
}
</style>
background-color css
<style>
a { background-color: #BC1C4F; }
a { background-color: rgb(188,28,79); }
div.DivClassName
{
background-color: #BC1C4F;
}
.BgClassName
{
background-color: #BC1C4F;
}
</style>
border-color css
<style>
span { border-color: #BC1C4F; }
span { border-color: rgb(188,28,79); }
td.TdClassName
{
border-color: #BC1C4F;
}
.TagClassName
{
border-color: #BC1C4F;
}
</style>