Shades of Old Rose #BC235D
Tints of Old Rose #BC235D
RGB
CMYK
RGB Variations
Color information
#BC235D (or 0xBC235D) is known color: Old Rose. HEX triplet: BC, 23 and 5D. RGB value is (188,35,93). Sum of RGB (Red+Green+Blue) = 188+35+93=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC235D is #43DCA2. Grayscale: #575757. Windows color (decimal): -4447395 or 6103996. OLE color: 6103996.
HSL color Cylindrical-coordinate representation of color #BC235D: hue angle of 337.25º 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 #BC235D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 93 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.26 |
| HSL | 337.25º | 0.69% | 0.44% | - |
| HSV(B) | 337.25º | 0.81% | 0.74% | - |
| XYZ | 23.32 | 12.68 | 11.58 | - |
| YUV | 87.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 93 | 0 | 0.81 | 0.51 | 0.26 | 337.25 | 0.69 | 0.44 |
| Hex | BC | 23 | 5D | 0 | 51 | 33 | 1A | 151 | 45 | 2C |
| Octal | 274 | 43 | 135 | 0 | 121 | 63 | 32 | 521 | 105 | 54 |
| Binary | 10111100 | 100011 | 1011101 | 0 | 1010001 | 110011 | 11010 | 101010001 | 1000101 | 101100 |
Color Harmonies of #BC235D
Complementary color
Monochromatic Colors of #BC235D
Black with #BC235D
Text Example
Text Example
White with #BC235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC235D; }
p { color: rgb(188,35,93); }
H1.HeaderClassName
{
color: #BC235D;
}
.AnyTagClassName
{
color: #BC235D;
}
</style>
background-color css
<style>
a { background-color: #BC235D; }
a { background-color: rgb(188,35,93); }
div.DivClassName
{
background-color: #BC235D;
}
.BgClassName
{
background-color: #BC235D;
}
</style>
border-color css
<style>
span { border-color: #BC235D; }
span { border-color: rgb(188,35,93); }
td.TdClassName
{
border-color: #BC235D;
}
.TagClassName
{
border-color: #BC235D;
}
</style>