Shades of Old Rose #BC2D44
Tints of Old Rose #BC2D44
RGB
CMYK
RGB Variations
Color information
#BC2D44 (or 0xBC2D44) is known color: Old Rose. HEX triplet: BC, 2D and 44. RGB value is (188,45,68). Sum of RGB (Red+Green+Blue) = 188+45+68=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D44 is #43D2BB. Grayscale: #5A5A5A. Windows color (decimal): -4444860 or 4468156. OLE color: 4468156.
HSL color Cylindrical-coordinate representation of color #BC2D44: hue angle of 350.35º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D44 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 68 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.26 |
| HSL | 350.35º | 0.61% | 0.46% | - |
| HSV(B) | 350.35º | 0.76% | 0.74% | - |
| XYZ | 22.72 | 12.99 | 6.78 | - |
| YUV | 90.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 68 | 0 | 0.76 | 0.64 | 0.26 | 350.35 | 0.61 | 0.46 |
| Hex | BC | 2D | 44 | 0 | 4C | 40 | 1A | 15E | 3D | 2E |
| Octal | 274 | 55 | 104 | 0 | 114 | 100 | 32 | 536 | 75 | 56 |
| Binary | 10111100 | 101101 | 1000100 | 0 | 1001100 | 1000000 | 11010 | 101011110 | 111101 | 101110 |
Color Harmonies of #BC2D44
Complementary color
Monochromatic Colors of #BC2D44
Black with #BC2D44
Text Example
Text Example
White with #BC2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D44; }
p { color: rgb(188,45,68); }
H1.HeaderClassName
{
color: #BC2D44;
}
.AnyTagClassName
{
color: #BC2D44;
}
</style>
background-color css
<style>
a { background-color: #BC2D44; }
a { background-color: rgb(188,45,68); }
div.DivClassName
{
background-color: #BC2D44;
}
.BgClassName
{
background-color: #BC2D44;
}
</style>
border-color css
<style>
span { border-color: #BC2D44; }
span { border-color: rgb(188,45,68); }
td.TdClassName
{
border-color: #BC2D44;
}
.TagClassName
{
border-color: #BC2D44;
}
</style>