Shades of Old Rose #BC4448
Tints of Old Rose #BC4448
RGB
CMYK
RGB Variations
Color information
#BC4448 (or 0xBC4448) is known color: Old Rose. HEX triplet: BC, 44 and 48. RGB value is (188,68,72). Sum of RGB (Red+Green+Blue) = 188+68+72=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4448 is #43BBB7. Grayscale: #686868. Windows color (decimal): -4438968 or 4736188. OLE color: 4736188.
HSL color Cylindrical-coordinate representation of color #BC4448: hue angle of 358º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4448 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 72 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.26 |
| HSL | 358º | 0.47% | 0.5% | - |
| HSV(B) | 358º | 0.64% | 0.74% | - |
| XYZ | 23.98 | 15.29 | 7.82 | - |
| YUV | 104.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 72 | 0 | 0.64 | 0.62 | 0.26 | 358 | 0.47 | 0.5 |
| Hex | BC | 44 | 48 | 0 | 40 | 3E | 1A | 166 | 2F | 32 |
| Octal | 274 | 104 | 110 | 0 | 100 | 76 | 32 | 546 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1001000 | 0 | 1000000 | 111110 | 11010 | 101100110 | 101111 | 110010 |
Color Harmonies of #BC4448
Complementary color
Monochromatic Colors of #BC4448
Black with #BC4448
Text Example
Text Example
White with #BC4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4448; }
p { color: rgb(188,68,72); }
H1.HeaderClassName
{
color: #BC4448;
}
.AnyTagClassName
{
color: #BC4448;
}
</style>
background-color css
<style>
a { background-color: #BC4448; }
a { background-color: rgb(188,68,72); }
div.DivClassName
{
background-color: #BC4448;
}
.BgClassName
{
background-color: #BC4448;
}
</style>
border-color css
<style>
span { border-color: #BC4448; }
span { border-color: rgb(188,68,72); }
td.TdClassName
{
border-color: #BC4448;
}
.TagClassName
{
border-color: #BC4448;
}
</style>