Shades of Old Rose #BC214A
Tints of Old Rose #BC214A
RGB
CMYK
RGB Variations
Color information
#BC214A (or 0xBC214A) is known color: Old Rose. HEX triplet: BC, 21 and 4A. RGB value is (188,33,74). Sum of RGB (Red+Green+Blue) = 188+33+74=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC214A is #43DEB5. Grayscale: #545454. Windows color (decimal): -4447926 or 4858300. OLE color: 4858300.
HSL color Cylindrical-coordinate representation of color #BC214A: hue angle of 344.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC214A is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 74 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.26 |
| HSL | 344.13º | 0.7% | 0.43% | - |
| HSV(B) | 344.13º | 0.82% | 0.74% | - |
| XYZ | 22.52 | 12.27 | 7.66 | - |
| YUV | 84.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 74 | 0 | 0.82 | 0.61 | 0.26 | 344.13 | 0.7 | 0.43 |
| Hex | BC | 21 | 4A | 0 | 52 | 3D | 1A | 158 | 46 | 2B |
| Octal | 274 | 41 | 112 | 0 | 122 | 75 | 32 | 530 | 106 | 53 |
| Binary | 10111100 | 100001 | 1001010 | 0 | 1010010 | 111101 | 11010 | 101011000 | 1000110 | 101011 |
Color Harmonies of #BC214A
Complementary color
Monochromatic Colors of #BC214A
Black with #BC214A
Text Example
Text Example
White with #BC214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC214A; }
p { color: rgb(188,33,74); }
H1.HeaderClassName
{
color: #BC214A;
}
.AnyTagClassName
{
color: #BC214A;
}
</style>
background-color css
<style>
a { background-color: #BC214A; }
a { background-color: rgb(188,33,74); }
div.DivClassName
{
background-color: #BC214A;
}
.BgClassName
{
background-color: #BC214A;
}
</style>
border-color css
<style>
span { border-color: #BC214A; }
span { border-color: rgb(188,33,74); }
td.TdClassName
{
border-color: #BC214A;
}
.TagClassName
{
border-color: #BC214A;
}
</style>