Shades of Old Rose #BC2F44
Tints of Old Rose #BC2F44
RGB
CMYK
RGB Variations
Color information
#BC2F44 (or 0xBC2F44) is known color: Old Rose. HEX triplet: BC, 2F and 44. RGB value is (188,47,68). Sum of RGB (Red+Green+Blue) = 188+47+68=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F44 is #43D0BB. Grayscale: #5B5B5B. Windows color (decimal): -4444348 or 4468668. OLE color: 4468668.
HSL color Cylindrical-coordinate representation of color #BC2F44: hue angle of 351.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F44 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 68 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.26 |
| HSL | 351.06º | 0.6% | 0.46% | - |
| HSV(B) | 351.06º | 0.75% | 0.74% | - |
| XYZ | 22.8 | 13.14 | 6.8 | - |
| YUV | 91.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 68 | 0 | 0.75 | 0.64 | 0.26 | 351.06 | 0.6 | 0.46 |
| Hex | BC | 2F | 44 | 0 | 4B | 40 | 1A | 15F | 3C | 2E |
| Octal | 274 | 57 | 104 | 0 | 113 | 100 | 32 | 537 | 74 | 56 |
| Binary | 10111100 | 101111 | 1000100 | 0 | 1001011 | 1000000 | 11010 | 101011111 | 111100 | 101110 |
Color Harmonies of #BC2F44
Complementary color
Monochromatic Colors of #BC2F44
Black with #BC2F44
Text Example
Text Example
White with #BC2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F44; }
p { color: rgb(188,47,68); }
H1.HeaderClassName
{
color: #BC2F44;
}
.AnyTagClassName
{
color: #BC2F44;
}
</style>
background-color css
<style>
a { background-color: #BC2F44; }
a { background-color: rgb(188,47,68); }
div.DivClassName
{
background-color: #BC2F44;
}
.BgClassName
{
background-color: #BC2F44;
}
</style>
border-color css
<style>
span { border-color: #BC2F44; }
span { border-color: rgb(188,47,68); }
td.TdClassName
{
border-color: #BC2F44;
}
.TagClassName
{
border-color: #BC2F44;
}
</style>