Shades of Old Rose #BC404C
Tints of Old Rose #BC404C
RGB
CMYK
RGB Variations
Color information
#BC404C (or 0xBC404C) is known color: Old Rose. HEX triplet: BC, 40 and 4C. RGB value is (188,64,76). Sum of RGB (Red+Green+Blue) = 188+64+76=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC404C is #43BFB3. Grayscale: #666666. Windows color (decimal): -4439988 or 4997308. OLE color: 4997308.
HSL color Cylindrical-coordinate representation of color #BC404C: hue angle of 354.19º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC404C is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 76 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.26 |
| HSL | 354.19º | 0.49% | 0.49% | - |
| HSV(B) | 354.19º | 0.66% | 0.74% | - |
| XYZ | 23.88 | 14.88 | 8.45 | - |
| YUV | 102.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 76 | 0 | 0.66 | 0.60 | 0.26 | 354.19 | 0.49 | 0.49 |
| Hex | BC | 40 | 4C | 0 | 42 | 3C | 1A | 162 | 31 | 31 |
| Octal | 274 | 100 | 114 | 0 | 102 | 74 | 32 | 542 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1001100 | 0 | 1000010 | 111100 | 11010 | 101100010 | 110001 | 110001 |
Color Harmonies of #BC404C
Complementary color
Monochromatic Colors of #BC404C
Black with #BC404C
Text Example
Text Example
White with #BC404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC404C; }
p { color: rgb(188,64,76); }
H1.HeaderClassName
{
color: #BC404C;
}
.AnyTagClassName
{
color: #BC404C;
}
</style>
background-color css
<style>
a { background-color: #BC404C; }
a { background-color: rgb(188,64,76); }
div.DivClassName
{
background-color: #BC404C;
}
.BgClassName
{
background-color: #BC404C;
}
</style>
border-color css
<style>
span { border-color: #BC404C; }
span { border-color: rgb(188,64,76); }
td.TdClassName
{
border-color: #BC404C;
}
.TagClassName
{
border-color: #BC404C;
}
</style>