Shades of Old Rose #BC3353
Tints of Old Rose #BC3353
RGB
CMYK
RGB Variations
Color information
#BC3353 (or 0xBC3353) is known color: Old Rose. HEX triplet: BC, 33 and 53. RGB value is (188,51,83). Sum of RGB (Red+Green+Blue) = 188+51+83=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3353 is #43CCAC. Grayscale: #5F5F5F. Windows color (decimal): -4443309 or 5452732. OLE color: 5452732.
HSL color Cylindrical-coordinate representation of color #BC3353: hue angle of 345.99º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3353 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 83 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.26 |
| HSL | 345.99º | 0.57% | 0.47% | - |
| HSV(B) | 345.99º | 0.73% | 0.74% | - |
| XYZ | 23.48 | 13.68 | 9.59 | - |
| YUV | 95.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 83 | 0 | 0.73 | 0.56 | 0.26 | 345.99 | 0.57 | 0.47 |
| Hex | BC | 33 | 53 | 0 | 49 | 38 | 1A | 15A | 39 | 2F |
| Octal | 274 | 63 | 123 | 0 | 111 | 70 | 32 | 532 | 71 | 57 |
| Binary | 10111100 | 110011 | 1010011 | 0 | 1001001 | 111000 | 11010 | 101011010 | 111001 | 101111 |
Color Harmonies of #BC3353
Complementary color
Monochromatic Colors of #BC3353
Black with #BC3353
Text Example
Text Example
White with #BC3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3353; }
p { color: rgb(188,51,83); }
H1.HeaderClassName
{
color: #BC3353;
}
.AnyTagClassName
{
color: #BC3353;
}
</style>
background-color css
<style>
a { background-color: #BC3353; }
a { background-color: rgb(188,51,83); }
div.DivClassName
{
background-color: #BC3353;
}
.BgClassName
{
background-color: #BC3353;
}
</style>
border-color css
<style>
span { border-color: #BC3353; }
span { border-color: rgb(188,51,83); }
td.TdClassName
{
border-color: #BC3353;
}
.TagClassName
{
border-color: #BC3353;
}
</style>