Shades of Old Rose #BC2A45
Tints of Old Rose #BC2A45
RGB
CMYK
RGB Variations
Color information
#BC2A45 (or 0xBC2A45) is known color: Old Rose. HEX triplet: BC, 2A and 45. RGB value is (188,42,69). Sum of RGB (Red+Green+Blue) = 188+42+69=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A45 is #43D5BA. Grayscale: #585858. Windows color (decimal): -4445627 or 4532924. OLE color: 4532924.
HSL color Cylindrical-coordinate representation of color #BC2A45: hue angle of 348.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A45 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 69 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.26 |
| HSL | 348.9º | 0.63% | 0.45% | - |
| HSV(B) | 348.9º | 0.78% | 0.74% | - |
| XYZ | 22.64 | 12.78 | 6.9 | - |
| YUV | 88.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 69 | 0 | 0.78 | 0.63 | 0.26 | 348.9 | 0.63 | 0.45 |
| Hex | BC | 2A | 45 | 0 | 4E | 3F | 1A | 15D | 3F | 2D |
| Octal | 274 | 52 | 105 | 0 | 116 | 77 | 32 | 535 | 77 | 55 |
| Binary | 10111100 | 101010 | 1000101 | 0 | 1001110 | 111111 | 11010 | 101011101 | 111111 | 101101 |
Color Harmonies of #BC2A45
Complementary color
Monochromatic Colors of #BC2A45
Black with #BC2A45
Text Example
Text Example
White with #BC2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A45; }
p { color: rgb(188,42,69); }
H1.HeaderClassName
{
color: #BC2A45;
}
.AnyTagClassName
{
color: #BC2A45;
}
</style>
background-color css
<style>
a { background-color: #BC2A45; }
a { background-color: rgb(188,42,69); }
div.DivClassName
{
background-color: #BC2A45;
}
.BgClassName
{
background-color: #BC2A45;
}
</style>
border-color css
<style>
span { border-color: #BC2A45; }
span { border-color: rgb(188,42,69); }
td.TdClassName
{
border-color: #BC2A45;
}
.TagClassName
{
border-color: #BC2A45;
}
</style>