Shades of Old Rose #BC1C58
Tints of Old Rose #BC1C58
RGB
CMYK
RGB Variations
Color information
#BC1C58 (or 0xBC1C58) is known color: Old Rose. HEX triplet: BC, 1C and 58. RGB value is (188,28,88). Sum of RGB (Red+Green+Blue) = 188+28+88=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C58 is #43E3A7. Grayscale: #525252. Windows color (decimal): -4449192 or 5774524. OLE color: 5774524.
HSL color Cylindrical-coordinate representation of color #BC1C58: hue angle of 337.5º 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 #BC1C58 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 88 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.26 |
| HSL | 337.5º | 0.74% | 0.42% | - |
| HSV(B) | 337.5º | 0.85% | 0.74% | - |
| XYZ | 22.92 | 12.23 | 10.38 | - |
| YUV | 82.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 88 | 0 | 0.85 | 0.53 | 0.26 | 337.5 | 0.74 | 0.42 |
| Hex | BC | 1C | 58 | 0 | 55 | 35 | 1A | 152 | 4A | 2A |
| Octal | 274 | 34 | 130 | 0 | 125 | 65 | 32 | 522 | 112 | 52 |
| Binary | 10111100 | 11100 | 1011000 | 0 | 1010101 | 110101 | 11010 | 101010010 | 1001010 | 101010 |
Color Harmonies of #BC1C58
Complementary color
Monochromatic Colors of #BC1C58
Black with #BC1C58
Text Example
Text Example
White with #BC1C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C58; }
p { color: rgb(188,28,88); }
H1.HeaderClassName
{
color: #BC1C58;
}
.AnyTagClassName
{
color: #BC1C58;
}
</style>
background-color css
<style>
a { background-color: #BC1C58; }
a { background-color: rgb(188,28,88); }
div.DivClassName
{
background-color: #BC1C58;
}
.BgClassName
{
background-color: #BC1C58;
}
</style>
border-color css
<style>
span { border-color: #BC1C58; }
span { border-color: rgb(188,28,88); }
td.TdClassName
{
border-color: #BC1C58;
}
.TagClassName
{
border-color: #BC1C58;
}
</style>