Shades of Old Rose #BC2348
Tints of Old Rose #BC2348
RGB
CMYK
RGB Variations
Color information
#BC2348 (or 0xBC2348) is known color: Old Rose. HEX triplet: BC, 23 and 48. RGB value is (188,35,72). Sum of RGB (Red+Green+Blue) = 188+35+72=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2348 is #43DCB7. Grayscale: #545454. Windows color (decimal): -4447416 or 4727740. OLE color: 4727740.
HSL color Cylindrical-coordinate representation of color #BC2348: hue angle of 345.49º 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 #BC2348 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 72 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.26 |
| HSL | 345.49º | 0.69% | 0.44% | - |
| HSV(B) | 345.49º | 0.81% | 0.74% | - |
| XYZ | 22.51 | 12.36 | 7.33 | - |
| YUV | 84.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 72 | 0 | 0.81 | 0.62 | 0.26 | 345.49 | 0.69 | 0.44 |
| Hex | BC | 23 | 48 | 0 | 51 | 3E | 1A | 159 | 45 | 2C |
| Octal | 274 | 43 | 110 | 0 | 121 | 76 | 32 | 531 | 105 | 54 |
| Binary | 10111100 | 100011 | 1001000 | 0 | 1010001 | 111110 | 11010 | 101011001 | 1000101 | 101100 |
Color Harmonies of #BC2348
Complementary color
Monochromatic Colors of #BC2348
Black with #BC2348
Text Example
Text Example
White with #BC2348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2348; }
p { color: rgb(188,35,72); }
H1.HeaderClassName
{
color: #BC2348;
}
.AnyTagClassName
{
color: #BC2348;
}
</style>
background-color css
<style>
a { background-color: #BC2348; }
a { background-color: rgb(188,35,72); }
div.DivClassName
{
background-color: #BC2348;
}
.BgClassName
{
background-color: #BC2348;
}
</style>
border-color css
<style>
span { border-color: #BC2348; }
span { border-color: rgb(188,35,72); }
td.TdClassName
{
border-color: #BC2348;
}
.TagClassName
{
border-color: #BC2348;
}
</style>