Shades of Old Rose #BC314D
Tints of Old Rose #BC314D
RGB
CMYK
RGB Variations
Color information
#BC314D (or 0xBC314D) is known color: Old Rose. HEX triplet: BC, 31 and 4D. RGB value is (188,49,77). Sum of RGB (Red+Green+Blue) = 188+49+77=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC314D is #43CEB2. Grayscale: #5D5D5D. Windows color (decimal): -4443827 or 5059004. OLE color: 5059004.
HSL color Cylindrical-coordinate representation of color #BC314D: hue angle of 347.91º 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 #BC314D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 77 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.26 |
| HSL | 347.91º | 0.59% | 0.46% | - |
| HSV(B) | 347.91º | 0.74% | 0.74% | - |
| XYZ | 23.18 | 13.42 | 8.39 | - |
| YUV | 93.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 77 | 0 | 0.74 | 0.59 | 0.26 | 347.91 | 0.59 | 0.46 |
| Hex | BC | 31 | 4D | 0 | 4A | 3B | 1A | 15C | 3B | 2E |
| Octal | 274 | 61 | 115 | 0 | 112 | 73 | 32 | 534 | 73 | 56 |
| Binary | 10111100 | 110001 | 1001101 | 0 | 1001010 | 111011 | 11010 | 101011100 | 111011 | 101110 |
Color Harmonies of #BC314D
Complementary color
Monochromatic Colors of #BC314D
Black with #BC314D
Text Example
Text Example
White with #BC314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC314D; }
p { color: rgb(188,49,77); }
H1.HeaderClassName
{
color: #BC314D;
}
.AnyTagClassName
{
color: #BC314D;
}
</style>
background-color css
<style>
a { background-color: #BC314D; }
a { background-color: rgb(188,49,77); }
div.DivClassName
{
background-color: #BC314D;
}
.BgClassName
{
background-color: #BC314D;
}
</style>
border-color css
<style>
span { border-color: #BC314D; }
span { border-color: rgb(188,49,77); }
td.TdClassName
{
border-color: #BC314D;
}
.TagClassName
{
border-color: #BC314D;
}
</style>