Shades of Old Rose #BC314C
Tints of Old Rose #BC314C
RGB
CMYK
RGB Variations
Color information
#BC314C (or 0xBC314C) is known color: Old Rose. HEX triplet: BC, 31 and 4C. RGB value is (188,49,76). Sum of RGB (Red+Green+Blue) = 188+49+76=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC314C is #43CEB3. Grayscale: #5D5D5D. Windows color (decimal): -4443828 or 4993468. OLE color: 4993468.
HSL color Cylindrical-coordinate representation of color #BC314C: hue angle of 348.35º 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 #BC314C is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 76 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.26 |
| HSL | 348.35º | 0.59% | 0.46% | - |
| HSV(B) | 348.35º | 0.74% | 0.74% | - |
| XYZ | 23.14 | 13.41 | 8.21 | - |
| YUV | 93.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 76 | 0 | 0.74 | 0.60 | 0.26 | 348.35 | 0.59 | 0.46 |
| Hex | BC | 31 | 4C | 0 | 4A | 3C | 1A | 15C | 3B | 2E |
| Octal | 274 | 61 | 114 | 0 | 112 | 74 | 32 | 534 | 73 | 56 |
| Binary | 10111100 | 110001 | 1001100 | 0 | 1001010 | 111100 | 11010 | 101011100 | 111011 | 101110 |
Color Harmonies of #BC314C
Complementary color
Monochromatic Colors of #BC314C
Black with #BC314C
Text Example
Text Example
White with #BC314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC314C; }
p { color: rgb(188,49,76); }
H1.HeaderClassName
{
color: #BC314C;
}
.AnyTagClassName
{
color: #BC314C;
}
</style>
background-color css
<style>
a { background-color: #BC314C; }
a { background-color: rgb(188,49,76); }
div.DivClassName
{
background-color: #BC314C;
}
.BgClassName
{
background-color: #BC314C;
}
</style>
border-color css
<style>
span { border-color: #BC314C; }
span { border-color: rgb(188,49,76); }
td.TdClassName
{
border-color: #BC314C;
}
.TagClassName
{
border-color: #BC314C;
}
</style>