Shades of Old Rose #BC424C
Tints of Old Rose #BC424C
RGB
CMYK
RGB Variations
Color information
#BC424C (or 0xBC424C) is known color: Old Rose. HEX triplet: BC, 42 and 4C. RGB value is (188,66,76). Sum of RGB (Red+Green+Blue) = 188+66+76=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC424C is #43BDB3. Grayscale: #676767. Windows color (decimal): -4439476 or 4997820. OLE color: 4997820.
HSL color Cylindrical-coordinate representation of color #BC424C: hue angle of 355.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC424C is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 76 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.26 |
| HSL | 355.08º | 0.48% | 0.5% | - |
| HSV(B) | 355.08º | 0.65% | 0.74% | - |
| XYZ | 23.99 | 15.11 | 8.49 | - |
| YUV | 103.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 76 | 0 | 0.65 | 0.60 | 0.26 | 355.08 | 0.48 | 0.5 |
| Hex | BC | 42 | 4C | 0 | 41 | 3C | 1A | 163 | 30 | 32 |
| Octal | 274 | 102 | 114 | 0 | 101 | 74 | 32 | 543 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1001100 | 0 | 1000001 | 111100 | 11010 | 101100011 | 110000 | 110010 |
Color Harmonies of #BC424C
Complementary color
Monochromatic Colors of #BC424C
Black with #BC424C
Text Example
Text Example
White with #BC424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC424C; }
p { color: rgb(188,66,76); }
H1.HeaderClassName
{
color: #BC424C;
}
.AnyTagClassName
{
color: #BC424C;
}
</style>
background-color css
<style>
a { background-color: #BC424C; }
a { background-color: rgb(188,66,76); }
div.DivClassName
{
background-color: #BC424C;
}
.BgClassName
{
background-color: #BC424C;
}
</style>
border-color css
<style>
span { border-color: #BC424C; }
span { border-color: rgb(188,66,76); }
td.TdClassName
{
border-color: #BC424C;
}
.TagClassName
{
border-color: #BC424C;
}
</style>