Shades of Old Rose #BC2543
Tints of Old Rose #BC2543
RGB
CMYK
RGB Variations
Color information
#BC2543 (or 0xBC2543) is known color: Old Rose. HEX triplet: BC, 25 and 43. RGB value is (188,37,67). Sum of RGB (Red+Green+Blue) = 188+37+67=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2543 is #43DABC. Grayscale: #555555. Windows color (decimal): -4446909 or 4400572. OLE color: 4400572.
HSL color Cylindrical-coordinate representation of color #BC2543: hue angle of 348.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2543 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 67 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.26 |
| HSL | 348.08º | 0.67% | 0.44% | - |
| HSV(B) | 348.08º | 0.8% | 0.74% | - |
| XYZ | 22.41 | 12.42 | 6.53 | - |
| YUV | 85.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 67 | 0 | 0.80 | 0.64 | 0.26 | 348.08 | 0.67 | 0.44 |
| Hex | BC | 25 | 43 | 0 | 50 | 40 | 1A | 15C | 43 | 2C |
| Octal | 274 | 45 | 103 | 0 | 120 | 100 | 32 | 534 | 103 | 54 |
| Binary | 10111100 | 100101 | 1000011 | 0 | 1010000 | 1000000 | 11010 | 101011100 | 1000011 | 101100 |
Color Harmonies of #BC2543
Complementary color
Monochromatic Colors of #BC2543
Black with #BC2543
Text Example
Text Example
White with #BC2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2543; }
p { color: rgb(188,37,67); }
H1.HeaderClassName
{
color: #BC2543;
}
.AnyTagClassName
{
color: #BC2543;
}
</style>
background-color css
<style>
a { background-color: #BC2543; }
a { background-color: rgb(188,37,67); }
div.DivClassName
{
background-color: #BC2543;
}
.BgClassName
{
background-color: #BC2543;
}
</style>
border-color css
<style>
span { border-color: #BC2543; }
span { border-color: rgb(188,37,67); }
td.TdClassName
{
border-color: #BC2543;
}
.TagClassName
{
border-color: #BC2543;
}
</style>