Shades of Old Rose #BC244A
Tints of Old Rose #BC244A
RGB
CMYK
RGB Variations
Color information
#BC244A (or 0xBC244A) is known color: Old Rose. HEX triplet: BC, 24 and 4A. RGB value is (188,36,74). Sum of RGB (Red+Green+Blue) = 188+36+74=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC244A is #43DBB5. Grayscale: #555555. Windows color (decimal): -4447158 or 4859068. OLE color: 4859068.
HSL color Cylindrical-coordinate representation of color #BC244A: hue angle of 345º 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 #BC244A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 74 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.26 |
| HSL | 345º | 0.68% | 0.44% | - |
| HSV(B) | 345º | 0.81% | 0.74% | - |
| XYZ | 22.61 | 12.45 | 7.69 | - |
| YUV | 85.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 74 | 0 | 0.81 | 0.61 | 0.26 | 345 | 0.68 | 0.44 |
| Hex | BC | 24 | 4A | 0 | 51 | 3D | 1A | 159 | 44 | 2C |
| Octal | 274 | 44 | 112 | 0 | 121 | 75 | 32 | 531 | 104 | 54 |
| Binary | 10111100 | 100100 | 1001010 | 0 | 1010001 | 111101 | 11010 | 101011001 | 1000100 | 101100 |
Color Harmonies of #BC244A
Complementary color
Monochromatic Colors of #BC244A
Black with #BC244A
Text Example
Text Example
White with #BC244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC244A; }
p { color: rgb(188,36,74); }
H1.HeaderClassName
{
color: #BC244A;
}
.AnyTagClassName
{
color: #BC244A;
}
</style>
background-color css
<style>
a { background-color: #BC244A; }
a { background-color: rgb(188,36,74); }
div.DivClassName
{
background-color: #BC244A;
}
.BgClassName
{
background-color: #BC244A;
}
</style>
border-color css
<style>
span { border-color: #BC244A; }
span { border-color: rgb(188,36,74); }
td.TdClassName
{
border-color: #BC244A;
}
.TagClassName
{
border-color: #BC244A;
}
</style>