Shades of Old Rose #BC304C
Tints of Old Rose #BC304C
RGB
CMYK
RGB Variations
Color information
#BC304C (or 0xBC304C) is known color: Old Rose. HEX triplet: BC, 30 and 4C. RGB value is (188,48,76). Sum of RGB (Red+Green+Blue) = 188+48+76=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC304C is #43CFB3. Grayscale: #5D5D5D. Windows color (decimal): -4444084 or 4993212. OLE color: 4993212.
HSL color Cylindrical-coordinate representation of color #BC304C: hue angle of 348º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC304C is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 76 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.26 |
| HSL | 348º | 0.59% | 0.46% | - |
| HSV(B) | 348º | 0.74% | 0.74% | - |
| XYZ | 23.1 | 13.33 | 8.19 | - |
| YUV | 93.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 76 | 0 | 0.74 | 0.60 | 0.26 | 348 | 0.59 | 0.46 |
| Hex | BC | 30 | 4C | 0 | 4A | 3C | 1A | 15C | 3B | 2E |
| Octal | 274 | 60 | 114 | 0 | 112 | 74 | 32 | 534 | 73 | 56 |
| Binary | 10111100 | 110000 | 1001100 | 0 | 1001010 | 111100 | 11010 | 101011100 | 111011 | 101110 |
Color Harmonies of #BC304C
Complementary color
Monochromatic Colors of #BC304C
Black with #BC304C
Text Example
Text Example
White with #BC304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC304C; }
p { color: rgb(188,48,76); }
H1.HeaderClassName
{
color: #BC304C;
}
.AnyTagClassName
{
color: #BC304C;
}
</style>
background-color css
<style>
a { background-color: #BC304C; }
a { background-color: rgb(188,48,76); }
div.DivClassName
{
background-color: #BC304C;
}
.BgClassName
{
background-color: #BC304C;
}
</style>
border-color css
<style>
span { border-color: #BC304C; }
span { border-color: rgb(188,48,76); }
td.TdClassName
{
border-color: #BC304C;
}
.TagClassName
{
border-color: #BC304C;
}
</style>