Shades of Old Rose #BC355D
Tints of Old Rose #BC355D
RGB
CMYK
RGB Variations
Color information
#BC355D (or 0xBC355D) is known color: Old Rose. HEX triplet: BC, 35 and 5D. RGB value is (188,53,93). Sum of RGB (Red+Green+Blue) = 188+53+93=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC355D is #43CAA2. Grayscale: #616161. Windows color (decimal): -4442787 or 6108604. OLE color: 6108604.
HSL color Cylindrical-coordinate representation of color #BC355D: hue angle of 342.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC355D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 93 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.26 |
| HSL | 342.22º | 0.56% | 0.47% | - |
| HSV(B) | 342.22º | 0.72% | 0.74% | - |
| XYZ | 23.99 | 14.03 | 11.8 | - |
| YUV | 97.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 93 | 0 | 0.72 | 0.51 | 0.26 | 342.22 | 0.56 | 0.47 |
| Hex | BC | 35 | 5D | 0 | 48 | 33 | 1A | 156 | 38 | 2F |
| Octal | 274 | 65 | 135 | 0 | 110 | 63 | 32 | 526 | 70 | 57 |
| Binary | 10111100 | 110101 | 1011101 | 0 | 1001000 | 110011 | 11010 | 101010110 | 111000 | 101111 |
Color Harmonies of #BC355D
Complementary color
Monochromatic Colors of #BC355D
Black with #BC355D
Text Example
Text Example
White with #BC355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC355D; }
p { color: rgb(188,53,93); }
H1.HeaderClassName
{
color: #BC355D;
}
.AnyTagClassName
{
color: #BC355D;
}
</style>
background-color css
<style>
a { background-color: #BC355D; }
a { background-color: rgb(188,53,93); }
div.DivClassName
{
background-color: #BC355D;
}
.BgClassName
{
background-color: #BC355D;
}
</style>
border-color css
<style>
span { border-color: #BC355D; }
span { border-color: rgb(188,53,93); }
td.TdClassName
{
border-color: #BC355D;
}
.TagClassName
{
border-color: #BC355D;
}
</style>