Shades of Cardinal #BC1547
Tints of Cardinal #BC1547
RGB
CMYK
RGB Variations
Color information
#BC1547 (or 0xBC1547) is known color: Cardinal. HEX triplet: BC, 15 and 47. RGB value is (188,21,71). Sum of RGB (Red+Green+Blue) = 188+21+71=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1547 is #43EAB8. Grayscale: #4C4C4C. Windows color (decimal): -4451001 or 4658620. OLE color: 4658620.
HSL color Cylindrical-coordinate representation of color #BC1547: hue angle of 342.04º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1547 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 71 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.26 |
| HSL | 342.04º | 0.8% | 0.41% | - |
| HSV(B) | 342.04º | 0.89% | 0.74% | - |
| XYZ | 22.14 | 11.68 | 7.05 | - |
| YUV | 76.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 71 | 0 | 0.89 | 0.62 | 0.26 | 342.04 | 0.8 | 0.41 |
| Hex | BC | 15 | 47 | 0 | 59 | 3E | 1A | 156 | 50 | 29 |
| Octal | 274 | 25 | 107 | 0 | 131 | 76 | 32 | 526 | 120 | 51 |
| Binary | 10111100 | 10101 | 1000111 | 0 | 1011001 | 111110 | 11010 | 101010110 | 1010000 | 101001 |
Color Harmonies of #BC1547
Complementary color
Monochromatic Colors of #BC1547
Black with #BC1547
Text Example
Text Example
White with #BC1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1547; }
p { color: rgb(188,21,71); }
H1.HeaderClassName
{
color: #BC1547;
}
.AnyTagClassName
{
color: #BC1547;
}
</style>
background-color css
<style>
a { background-color: #BC1547; }
a { background-color: rgb(188,21,71); }
div.DivClassName
{
background-color: #BC1547;
}
.BgClassName
{
background-color: #BC1547;
}
</style>
border-color css
<style>
span { border-color: #BC1547; }
span { border-color: rgb(188,21,71); }
td.TdClassName
{
border-color: #BC1547;
}
.TagClassName
{
border-color: #BC1547;
}
</style>