Shades of Old Rose #BC244D
Tints of Old Rose #BC244D
RGB
CMYK
RGB Variations
Color information
#BC244D (or 0xBC244D) is known color: Old Rose. HEX triplet: BC, 24 and 4D. RGB value is (188,36,77). Sum of RGB (Red+Green+Blue) = 188+36+77=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC244D is #43DBB2. Grayscale: #565656. Windows color (decimal): -4447155 or 5055676. OLE color: 5055676.
HSL color Cylindrical-coordinate representation of color #BC244D: hue angle of 343.82º 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 #BC244D is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 77 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.26 |
| HSL | 343.82º | 0.68% | 0.44% | - |
| HSV(B) | 343.82º | 0.81% | 0.74% | - |
| XYZ | 22.71 | 12.49 | 8.23 | - |
| YUV | 86.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 77 | 0 | 0.81 | 0.59 | 0.26 | 343.82 | 0.68 | 0.44 |
| Hex | BC | 24 | 4D | 0 | 51 | 3B | 1A | 158 | 44 | 2C |
| Octal | 274 | 44 | 115 | 0 | 121 | 73 | 32 | 530 | 104 | 54 |
| Binary | 10111100 | 100100 | 1001101 | 0 | 1010001 | 111011 | 11010 | 101011000 | 1000100 | 101100 |
Color Harmonies of #BC244D
Complementary color
Monochromatic Colors of #BC244D
Black with #BC244D
Text Example
Text Example
White with #BC244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC244D; }
p { color: rgb(188,36,77); }
H1.HeaderClassName
{
color: #BC244D;
}
.AnyTagClassName
{
color: #BC244D;
}
</style>
background-color css
<style>
a { background-color: #BC244D; }
a { background-color: rgb(188,36,77); }
div.DivClassName
{
background-color: #BC244D;
}
.BgClassName
{
background-color: #BC244D;
}
</style>
border-color css
<style>
span { border-color: #BC244D; }
span { border-color: rgb(188,36,77); }
td.TdClassName
{
border-color: #BC244D;
}
.TagClassName
{
border-color: #BC244D;
}
</style>