Shades of Old Rose #BC2352
Tints of Old Rose #BC2352
RGB
CMYK
RGB Variations
Color information
#BC2352 (or 0xBC2352) is known color: Old Rose. HEX triplet: BC, 23 and 52. RGB value is (188,35,82). Sum of RGB (Red+Green+Blue) = 188+35+82=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2352 is #43DCAD. Grayscale: #565656. Windows color (decimal): -4447406 or 5383100. OLE color: 5383100.
HSL color Cylindrical-coordinate representation of color #BC2352: hue angle of 341.57º 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 #BC2352 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 82 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.26 |
| HSL | 341.57º | 0.69% | 0.44% | - |
| HSV(B) | 341.57º | 0.81% | 0.74% | - |
| XYZ | 22.86 | 12.5 | 9.19 | - |
| YUV | 86.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 82 | 0 | 0.81 | 0.56 | 0.26 | 341.57 | 0.69 | 0.44 |
| Hex | BC | 23 | 52 | 0 | 51 | 38 | 1A | 156 | 45 | 2C |
| Octal | 274 | 43 | 122 | 0 | 121 | 70 | 32 | 526 | 105 | 54 |
| Binary | 10111100 | 100011 | 1010010 | 0 | 1010001 | 111000 | 11010 | 101010110 | 1000101 | 101100 |
Color Harmonies of #BC2352
Complementary color
Monochromatic Colors of #BC2352
Black with #BC2352
Text Example
Text Example
White with #BC2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2352; }
p { color: rgb(188,35,82); }
H1.HeaderClassName
{
color: #BC2352;
}
.AnyTagClassName
{
color: #BC2352;
}
</style>
background-color css
<style>
a { background-color: #BC2352; }
a { background-color: rgb(188,35,82); }
div.DivClassName
{
background-color: #BC2352;
}
.BgClassName
{
background-color: #BC2352;
}
</style>
border-color css
<style>
span { border-color: #BC2352; }
span { border-color: rgb(188,35,82); }
td.TdClassName
{
border-color: #BC2352;
}
.TagClassName
{
border-color: #BC2352;
}
</style>