Shades of Old Rose #BC1853
Tints of Old Rose #BC1853
RGB
CMYK
RGB Variations
Color information
#BC1853 (or 0xBC1853) is known color: Old Rose. HEX triplet: BC, 18 and 53. RGB value is (188,24,83). Sum of RGB (Red+Green+Blue) = 188+24+83=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1853 is #43E7AC. Grayscale: #4F4F4F. Windows color (decimal): -4450221 or 5445820. OLE color: 5445820.
HSL color Cylindrical-coordinate representation of color #BC1853: hue angle of 338.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1853 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 83 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.26 |
| HSL | 338.41º | 0.77% | 0.42% | - |
| HSV(B) | 338.41º | 0.87% | 0.74% | - |
| XYZ | 22.63 | 11.97 | 9.3 | - |
| YUV | 79.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 83 | 0 | 0.87 | 0.56 | 0.26 | 338.41 | 0.77 | 0.42 |
| Hex | BC | 18 | 53 | 0 | 57 | 38 | 1A | 152 | 4D | 2A |
| Octal | 274 | 30 | 123 | 0 | 127 | 70 | 32 | 522 | 115 | 52 |
| Binary | 10111100 | 11000 | 1010011 | 0 | 1010111 | 111000 | 11010 | 101010010 | 1001101 | 101010 |
Color Harmonies of #BC1853
Complementary color
Monochromatic Colors of #BC1853
Black with #BC1853
Text Example
Text Example
White with #BC1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1853; }
p { color: rgb(188,24,83); }
H1.HeaderClassName
{
color: #BC1853;
}
.AnyTagClassName
{
color: #BC1853;
}
</style>
background-color css
<style>
a { background-color: #BC1853; }
a { background-color: rgb(188,24,83); }
div.DivClassName
{
background-color: #BC1853;
}
.BgClassName
{
background-color: #BC1853;
}
</style>
border-color css
<style>
span { border-color: #BC1853; }
span { border-color: rgb(188,24,83); }
td.TdClassName
{
border-color: #BC1853;
}
.TagClassName
{
border-color: #BC1853;
}
</style>