Shades of Old Rose #BC245E
Tints of Old Rose #BC245E
RGB
CMYK
RGB Variations
Color information
#BC245E (or 0xBC245E) is known color: Old Rose. HEX triplet: BC, 24 and 5E. RGB value is (188,36,94). Sum of RGB (Red+Green+Blue) = 188+36+94=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC245E is #43DBA1. Grayscale: #575757. Windows color (decimal): -4447138 or 6169788. OLE color: 6169788.
HSL color Cylindrical-coordinate representation of color #BC245E: hue angle of 337.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC245E is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 94 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.26 |
| HSL | 337.11º | 0.68% | 0.44% | - |
| HSV(B) | 337.11º | 0.81% | 0.74% | - |
| XYZ | 23.39 | 12.76 | 11.82 | - |
| YUV | 88.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 94 | 0 | 0.81 | 0.50 | 0.26 | 337.11 | 0.68 | 0.44 |
| Hex | BC | 24 | 5E | 0 | 51 | 32 | 1A | 151 | 44 | 2C |
| Octal | 274 | 44 | 136 | 0 | 121 | 62 | 32 | 521 | 104 | 54 |
| Binary | 10111100 | 100100 | 1011110 | 0 | 1010001 | 110010 | 11010 | 101010001 | 1000100 | 101100 |
Color Harmonies of #BC245E
Complementary color
Monochromatic Colors of #BC245E
Black with #BC245E
Text Example
Text Example
White with #BC245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC245E; }
p { color: rgb(188,36,94); }
H1.HeaderClassName
{
color: #BC245E;
}
.AnyTagClassName
{
color: #BC245E;
}
</style>
background-color css
<style>
a { background-color: #BC245E; }
a { background-color: rgb(188,36,94); }
div.DivClassName
{
background-color: #BC245E;
}
.BgClassName
{
background-color: #BC245E;
}
</style>
border-color css
<style>
span { border-color: #BC245E; }
span { border-color: rgb(188,36,94); }
td.TdClassName
{
border-color: #BC245E;
}
.TagClassName
{
border-color: #BC245E;
}
</style>