Shades of Old Rose #BC2A50
Tints of Old Rose #BC2A50
RGB
CMYK
RGB Variations
Color information
#BC2A50 (or 0xBC2A50) is known color: Old Rose. HEX triplet: BC, 2A and 50. RGB value is (188,42,80). Sum of RGB (Red+Green+Blue) = 188+42+80=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2A50 is #43D5AF. Grayscale: #595959. Windows color (decimal): -4445616 or 5253820. OLE color: 5253820.
HSL color Cylindrical-coordinate representation of color #BC2A50: hue angle of 344.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A50 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 80 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.26 |
| HSL | 344.38º | 0.63% | 0.45% | - |
| HSV(B) | 344.38º | 0.78% | 0.74% | - |
| XYZ | 23.01 | 12.93 | 8.87 | - |
| YUV | 89.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 80 | 0 | 0.78 | 0.57 | 0.26 | 344.38 | 0.63 | 0.45 |
| Hex | BC | 2A | 50 | 0 | 4E | 39 | 1A | 158 | 3F | 2D |
| Octal | 274 | 52 | 120 | 0 | 116 | 71 | 32 | 530 | 77 | 55 |
| Binary | 10111100 | 101010 | 1010000 | 0 | 1001110 | 111001 | 11010 | 101011000 | 111111 | 101101 |
Color Harmonies of #BC2A50
Complementary color
Monochromatic Colors of #BC2A50
Black with #BC2A50
Text Example
Text Example
White with #BC2A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A50; }
p { color: rgb(188,42,80); }
H1.HeaderClassName
{
color: #BC2A50;
}
.AnyTagClassName
{
color: #BC2A50;
}
</style>
background-color css
<style>
a { background-color: #BC2A50; }
a { background-color: rgb(188,42,80); }
div.DivClassName
{
background-color: #BC2A50;
}
.BgClassName
{
background-color: #BC2A50;
}
</style>
border-color css
<style>
span { border-color: #BC2A50; }
span { border-color: rgb(188,42,80); }
td.TdClassName
{
border-color: #BC2A50;
}
.TagClassName
{
border-color: #BC2A50;
}
</style>