Shades of Cardinal #BC1647
Tints of Cardinal #BC1647
RGB
CMYK
RGB Variations
Color information
#BC1647 (or 0xBC1647) is known color: Cardinal. HEX triplet: BC, 16 and 47. RGB value is (188,22,71). Sum of RGB (Red+Green+Blue) = 188+22+71=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1647 is #43E9B8. Grayscale: #4D4D4D. Windows color (decimal): -4450745 or 4658876. OLE color: 4658876.
HSL color Cylindrical-coordinate representation of color #BC1647: hue angle of 342.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1647 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 71 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.26 |
| HSL | 342.29º | 0.79% | 0.41% | - |
| HSV(B) | 342.29º | 0.88% | 0.74% | - |
| XYZ | 22.16 | 11.72 | 7.06 | - |
| YUV | 77.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 71 | 0 | 0.88 | 0.62 | 0.26 | 342.29 | 0.79 | 0.41 |
| Hex | BC | 16 | 47 | 0 | 58 | 3E | 1A | 156 | 4F | 29 |
| Octal | 274 | 26 | 107 | 0 | 130 | 76 | 32 | 526 | 117 | 51 |
| Binary | 10111100 | 10110 | 1000111 | 0 | 1011000 | 111110 | 11010 | 101010110 | 1001111 | 101001 |
Color Harmonies of #BC1647
Complementary color
Monochromatic Colors of #BC1647
Black with #BC1647
Text Example
Text Example
White with #BC1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1647; }
p { color: rgb(188,22,71); }
H1.HeaderClassName
{
color: #BC1647;
}
.AnyTagClassName
{
color: #BC1647;
}
</style>
background-color css
<style>
a { background-color: #BC1647; }
a { background-color: rgb(188,22,71); }
div.DivClassName
{
background-color: #BC1647;
}
.BgClassName
{
background-color: #BC1647;
}
</style>
border-color css
<style>
span { border-color: #BC1647; }
span { border-color: rgb(188,22,71); }
td.TdClassName
{
border-color: #BC1647;
}
.TagClassName
{
border-color: #BC1647;
}
</style>