Shades of Old Rose #BC304D
Tints of Old Rose #BC304D
RGB
CMYK
RGB Variations
Color information
#BC304D (or 0xBC304D) is known color: Old Rose. HEX triplet: BC, 30 and 4D. RGB value is (188,48,77). Sum of RGB (Red+Green+Blue) = 188+48+77=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC304D is #43CFB2. Grayscale: #5D5D5D. Windows color (decimal): -4444083 or 5058748. OLE color: 5058748.
HSL color Cylindrical-coordinate representation of color #BC304D: hue angle of 347.57º 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 #BC304D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 77 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.26 |
| HSL | 347.57º | 0.59% | 0.46% | - |
| HSV(B) | 347.57º | 0.74% | 0.74% | - |
| XYZ | 23.14 | 13.34 | 8.38 | - |
| YUV | 93.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 77 | 0 | 0.74 | 0.59 | 0.26 | 347.57 | 0.59 | 0.46 |
| Hex | BC | 30 | 4D | 0 | 4A | 3B | 1A | 15C | 3B | 2E |
| Octal | 274 | 60 | 115 | 0 | 112 | 73 | 32 | 534 | 73 | 56 |
| Binary | 10111100 | 110000 | 1001101 | 0 | 1001010 | 111011 | 11010 | 101011100 | 111011 | 101110 |
Color Harmonies of #BC304D
Complementary color
Monochromatic Colors of #BC304D
Black with #BC304D
Text Example
Text Example
White with #BC304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC304D; }
p { color: rgb(188,48,77); }
H1.HeaderClassName
{
color: #BC304D;
}
.AnyTagClassName
{
color: #BC304D;
}
</style>
background-color css
<style>
a { background-color: #BC304D; }
a { background-color: rgb(188,48,77); }
div.DivClassName
{
background-color: #BC304D;
}
.BgClassName
{
background-color: #BC304D;
}
</style>
border-color css
<style>
span { border-color: #BC304D; }
span { border-color: rgb(188,48,77); }
td.TdClassName
{
border-color: #BC304D;
}
.TagClassName
{
border-color: #BC304D;
}
</style>