Shades of Old Rose #BC2446
Tints of Old Rose #BC2446
RGB
CMYK
RGB Variations
Color information
#BC2446 (or 0xBC2446) is known color: Old Rose. HEX triplet: BC, 24 and 46. RGB value is (188,36,70). Sum of RGB (Red+Green+Blue) = 188+36+70=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2446 is #43DBB9. Grayscale: #555555. Windows color (decimal): -4447162 or 4596924. OLE color: 4596924.
HSL color Cylindrical-coordinate representation of color #BC2446: hue angle of 346.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2446 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 70 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.26 |
| HSL | 346.58º | 0.68% | 0.44% | - |
| HSV(B) | 346.58º | 0.81% | 0.74% | - |
| XYZ | 22.48 | 12.4 | 7 | - |
| YUV | 85.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 70 | 0 | 0.81 | 0.63 | 0.26 | 346.58 | 0.68 | 0.44 |
| Hex | BC | 24 | 46 | 0 | 51 | 3F | 1A | 15B | 44 | 2C |
| Octal | 274 | 44 | 106 | 0 | 121 | 77 | 32 | 533 | 104 | 54 |
| Binary | 10111100 | 100100 | 1000110 | 0 | 1010001 | 111111 | 11010 | 101011011 | 1000100 | 101100 |
Color Harmonies of #BC2446
Complementary color
Monochromatic Colors of #BC2446
Black with #BC2446
Text Example
Text Example
White with #BC2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2446; }
p { color: rgb(188,36,70); }
H1.HeaderClassName
{
color: #BC2446;
}
.AnyTagClassName
{
color: #BC2446;
}
</style>
background-color css
<style>
a { background-color: #BC2446; }
a { background-color: rgb(188,36,70); }
div.DivClassName
{
background-color: #BC2446;
}
.BgClassName
{
background-color: #BC2446;
}
</style>
border-color css
<style>
span { border-color: #BC2446; }
span { border-color: rgb(188,36,70); }
td.TdClassName
{
border-color: #BC2446;
}
.TagClassName
{
border-color: #BC2446;
}
</style>