Shades of Old Rose #BC3245
Tints of Old Rose #BC3245
RGB
CMYK
RGB Variations
Color information
#BC3245 (or 0xBC3245) is known color: Old Rose. HEX triplet: BC, 32 and 45. RGB value is (188,50,69). Sum of RGB (Red+Green+Blue) = 188+50+69=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3245 is #43CDBA. Grayscale: #5D5D5D. Windows color (decimal): -4443579 or 4534972. OLE color: 4534972.
HSL color Cylindrical-coordinate representation of color #BC3245: hue angle of 351.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3245 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 69 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.26 |
| HSL | 351.74º | 0.58% | 0.47% | - |
| HSV(B) | 351.74º | 0.73% | 0.74% | - |
| XYZ | 22.95 | 13.4 | 7.01 | - |
| YUV | 93.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 69 | 0 | 0.73 | 0.63 | 0.26 | 351.74 | 0.58 | 0.47 |
| Hex | BC | 32 | 45 | 0 | 49 | 3F | 1A | 160 | 3A | 2F |
| Octal | 274 | 62 | 105 | 0 | 111 | 77 | 32 | 540 | 72 | 57 |
| Binary | 10111100 | 110010 | 1000101 | 0 | 1001001 | 111111 | 11010 | 101100000 | 111010 | 101111 |
Color Harmonies of #BC3245
Complementary color
Monochromatic Colors of #BC3245
Black with #BC3245
Text Example
Text Example
White with #BC3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3245; }
p { color: rgb(188,50,69); }
H1.HeaderClassName
{
color: #BC3245;
}
.AnyTagClassName
{
color: #BC3245;
}
</style>
background-color css
<style>
a { background-color: #BC3245; }
a { background-color: rgb(188,50,69); }
div.DivClassName
{
background-color: #BC3245;
}
.BgClassName
{
background-color: #BC3245;
}
</style>
border-color css
<style>
span { border-color: #BC3245; }
span { border-color: rgb(188,50,69); }
td.TdClassName
{
border-color: #BC3245;
}
.TagClassName
{
border-color: #BC3245;
}
</style>