Shades of Old Rose #BC2353
Tints of Old Rose #BC2353
RGB
CMYK
RGB Variations
Color information
#BC2353 (or 0xBC2353) is known color: Old Rose. HEX triplet: BC, 23 and 53. RGB value is (188,35,83). Sum of RGB (Red+Green+Blue) = 188+35+83=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2353 is #43DCAC. Grayscale: #565656. Windows color (decimal): -4447405 or 5448636. OLE color: 5448636.
HSL color Cylindrical-coordinate representation of color #BC2353: hue angle of 341.18º degrees, saturation: 0.69, 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 #BC2353 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 83 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.26 |
| HSL | 341.18º | 0.69% | 0.44% | - |
| HSV(B) | 341.18º | 0.81% | 0.74% | - |
| XYZ | 22.9 | 12.52 | 9.39 | - |
| YUV | 86.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 83 | 0 | 0.81 | 0.56 | 0.26 | 341.18 | 0.69 | 0.44 |
| Hex | BC | 23 | 53 | 0 | 51 | 38 | 1A | 155 | 45 | 2C |
| Octal | 274 | 43 | 123 | 0 | 121 | 70 | 32 | 525 | 105 | 54 |
| Binary | 10111100 | 100011 | 1010011 | 0 | 1010001 | 111000 | 11010 | 101010101 | 1000101 | 101100 |
Color Harmonies of #BC2353
Complementary color
Monochromatic Colors of #BC2353
Black with #BC2353
Text Example
Text Example
White with #BC2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2353; }
p { color: rgb(188,35,83); }
H1.HeaderClassName
{
color: #BC2353;
}
.AnyTagClassName
{
color: #BC2353;
}
</style>
background-color css
<style>
a { background-color: #BC2353; }
a { background-color: rgb(188,35,83); }
div.DivClassName
{
background-color: #BC2353;
}
.BgClassName
{
background-color: #BC2353;
}
</style>
border-color css
<style>
span { border-color: #BC2353; }
span { border-color: rgb(188,35,83); }
td.TdClassName
{
border-color: #BC2353;
}
.TagClassName
{
border-color: #BC2353;
}
</style>