Shades of Old Rose #BC3450
Tints of Old Rose #BC3450
RGB
CMYK
RGB Variations
Color information
#BC3450 (or 0xBC3450) is known color: Old Rose. HEX triplet: BC, 34 and 50. RGB value is (188,52,80). Sum of RGB (Red+Green+Blue) = 188+52+80=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3450 is #43CBAF. Grayscale: #5F5F5F. Windows color (decimal): -4443056 or 5256380. OLE color: 5256380.
HSL color Cylindrical-coordinate representation of color #BC3450: hue angle of 347.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3450 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 80 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.26 |
| HSL | 347.65º | 0.57% | 0.47% | - |
| HSV(B) | 347.65º | 0.72% | 0.74% | - |
| XYZ | 23.42 | 13.73 | 9 | - |
| YUV | 95.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 80 | 0 | 0.72 | 0.57 | 0.26 | 347.65 | 0.57 | 0.47 |
| Hex | BC | 34 | 50 | 0 | 48 | 39 | 1A | 15C | 39 | 2F |
| Octal | 274 | 64 | 120 | 0 | 110 | 71 | 32 | 534 | 71 | 57 |
| Binary | 10111100 | 110100 | 1010000 | 0 | 1001000 | 111001 | 11010 | 101011100 | 111001 | 101111 |
Color Harmonies of #BC3450
Complementary color
Monochromatic Colors of #BC3450
Black with #BC3450
Text Example
Text Example
White with #BC3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3450; }
p { color: rgb(188,52,80); }
H1.HeaderClassName
{
color: #BC3450;
}
.AnyTagClassName
{
color: #BC3450;
}
</style>
background-color css
<style>
a { background-color: #BC3450; }
a { background-color: rgb(188,52,80); }
div.DivClassName
{
background-color: #BC3450;
}
.BgClassName
{
background-color: #BC3450;
}
</style>
border-color css
<style>
span { border-color: #BC3450; }
span { border-color: rgb(188,52,80); }
td.TdClassName
{
border-color: #BC3450;
}
.TagClassName
{
border-color: #BC3450;
}
</style>