Shades of Old Rose #BC3446
Tints of Old Rose #BC3446
RGB
CMYK
RGB Variations
Color information
#BC3446 (or 0xBC3446) is known color: Old Rose. HEX triplet: BC, 34 and 46. RGB value is (188,52,70). Sum of RGB (Red+Green+Blue) = 188+52+70=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3446 is #43CBB9. Grayscale: #5E5E5E. Windows color (decimal): -4443066 or 4601020. OLE color: 4601020.
HSL color Cylindrical-coordinate representation of color #BC3446: hue angle of 352.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3446 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 70 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.26 |
| HSL | 352.06º | 0.57% | 0.47% | - |
| HSV(B) | 352.06º | 0.72% | 0.74% | - |
| XYZ | 23.07 | 13.59 | 7.2 | - |
| YUV | 94.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 70 | 0 | 0.72 | 0.63 | 0.26 | 352.06 | 0.57 | 0.47 |
| Hex | BC | 34 | 46 | 0 | 48 | 3F | 1A | 160 | 39 | 2F |
| Octal | 274 | 64 | 106 | 0 | 110 | 77 | 32 | 540 | 71 | 57 |
| Binary | 10111100 | 110100 | 1000110 | 0 | 1001000 | 111111 | 11010 | 101100000 | 111001 | 101111 |
Color Harmonies of #BC3446
Complementary color
Monochromatic Colors of #BC3446
Black with #BC3446
Text Example
Text Example
White with #BC3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3446; }
p { color: rgb(188,52,70); }
H1.HeaderClassName
{
color: #BC3446;
}
.AnyTagClassName
{
color: #BC3446;
}
</style>
background-color css
<style>
a { background-color: #BC3446; }
a { background-color: rgb(188,52,70); }
div.DivClassName
{
background-color: #BC3446;
}
.BgClassName
{
background-color: #BC3446;
}
</style>
border-color css
<style>
span { border-color: #BC3446; }
span { border-color: rgb(188,52,70); }
td.TdClassName
{
border-color: #BC3446;
}
.TagClassName
{
border-color: #BC3446;
}
</style>