Shades of Old Rose #BC324A
Tints of Old Rose #BC324A
RGB
CMYK
RGB Variations
Color information
#BC324A (or 0xBC324A) is known color: Old Rose. HEX triplet: BC, 32 and 4A. RGB value is (188,50,74). Sum of RGB (Red+Green+Blue) = 188+50+74=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC324A is #43CDB5. Grayscale: #5E5E5E. Windows color (decimal): -4443574 or 4862652. OLE color: 4862652.
HSL color Cylindrical-coordinate representation of color #BC324A: hue angle of 349.57º degrees, saturation: 0.58, 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 #BC324A is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 74 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.26 |
| HSL | 349.57º | 0.58% | 0.47% | - |
| HSV(B) | 349.57º | 0.73% | 0.74% | - |
| XYZ | 23.12 | 13.47 | 7.86 | - |
| YUV | 94 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 74 | 0 | 0.73 | 0.61 | 0.26 | 349.57 | 0.58 | 0.47 |
| Hex | BC | 32 | 4A | 0 | 49 | 3D | 1A | 15E | 3A | 2F |
| Octal | 274 | 62 | 112 | 0 | 111 | 75 | 32 | 536 | 72 | 57 |
| Binary | 10111100 | 110010 | 1001010 | 0 | 1001001 | 111101 | 11010 | 101011110 | 111010 | 101111 |
Color Harmonies of #BC324A
Complementary color
Monochromatic Colors of #BC324A
Black with #BC324A
Text Example
Text Example
White with #BC324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC324A; }
p { color: rgb(188,50,74); }
H1.HeaderClassName
{
color: #BC324A;
}
.AnyTagClassName
{
color: #BC324A;
}
</style>
background-color css
<style>
a { background-color: #BC324A; }
a { background-color: rgb(188,50,74); }
div.DivClassName
{
background-color: #BC324A;
}
.BgClassName
{
background-color: #BC324A;
}
</style>
border-color css
<style>
span { border-color: #BC324A; }
span { border-color: rgb(188,50,74); }
td.TdClassName
{
border-color: #BC324A;
}
.TagClassName
{
border-color: #BC324A;
}
</style>