Shades of Old Rose #BC2553
Tints of Old Rose #BC2553
RGB
CMYK
RGB Variations
Color information
#BC2553 (or 0xBC2553) is known color: Old Rose. HEX triplet: BC, 25 and 53. RGB value is (188,37,83). Sum of RGB (Red+Green+Blue) = 188+37+83=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2553 is #43DAAC. Grayscale: #575757. Windows color (decimal): -4446893 or 5449148. OLE color: 5449148.
HSL color Cylindrical-coordinate representation of color #BC2553: hue angle of 341.72º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2553 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 83 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.26 |
| HSL | 341.72º | 0.67% | 0.44% | - |
| HSV(B) | 341.72º | 0.8% | 0.74% | - |
| XYZ | 22.96 | 12.64 | 9.41 | - |
| YUV | 87.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 83 | 0 | 0.80 | 0.56 | 0.26 | 341.72 | 0.67 | 0.44 |
| Hex | BC | 25 | 53 | 0 | 50 | 38 | 1A | 156 | 43 | 2C |
| Octal | 274 | 45 | 123 | 0 | 120 | 70 | 32 | 526 | 103 | 54 |
| Binary | 10111100 | 100101 | 1010011 | 0 | 1010000 | 111000 | 11010 | 101010110 | 1000011 | 101100 |
Color Harmonies of #BC2553
Complementary color
Monochromatic Colors of #BC2553
Black with #BC2553
Text Example
Text Example
White with #BC2553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2553; }
p { color: rgb(188,37,83); }
H1.HeaderClassName
{
color: #BC2553;
}
.AnyTagClassName
{
color: #BC2553;
}
</style>
background-color css
<style>
a { background-color: #BC2553; }
a { background-color: rgb(188,37,83); }
div.DivClassName
{
background-color: #BC2553;
}
.BgClassName
{
background-color: #BC2553;
}
</style>
border-color css
<style>
span { border-color: #BC2553; }
span { border-color: rgb(188,37,83); }
td.TdClassName
{
border-color: #BC2553;
}
.TagClassName
{
border-color: #BC2553;
}
</style>