Shades of Cardinal #BC1947
Tints of Cardinal #BC1947
RGB
CMYK
RGB Variations
Color information
#BC1947 (or 0xBC1947) is known color: Cardinal. HEX triplet: BC, 19 and 47. RGB value is (188,25,71). Sum of RGB (Red+Green+Blue) = 188+25+71=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1947 is #43E6B8. Grayscale: #4E4E4E. Windows color (decimal): -4449977 or 4659644. OLE color: 4659644.
HSL color Cylindrical-coordinate representation of color #BC1947: hue angle of 343.07º 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 #BC1947 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 71 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.26 |
| HSL | 343.07º | 0.77% | 0.42% | - |
| HSV(B) | 343.07º | 0.87% | 0.74% | - |
| XYZ | 22.22 | 11.84 | 7.08 | - |
| YUV | 78.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 71 | 0 | 0.87 | 0.62 | 0.26 | 343.07 | 0.77 | 0.42 |
| Hex | BC | 19 | 47 | 0 | 57 | 3E | 1A | 157 | 4D | 2A |
| Octal | 274 | 31 | 107 | 0 | 127 | 76 | 32 | 527 | 115 | 52 |
| Binary | 10111100 | 11001 | 1000111 | 0 | 1010111 | 111110 | 11010 | 101010111 | 1001101 | 101010 |
Color Harmonies of #BC1947
Complementary color
Monochromatic Colors of #BC1947
Black with #BC1947
Text Example
Text Example
White with #BC1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1947; }
p { color: rgb(188,25,71); }
H1.HeaderClassName
{
color: #BC1947;
}
.AnyTagClassName
{
color: #BC1947;
}
</style>
background-color css
<style>
a { background-color: #BC1947; }
a { background-color: rgb(188,25,71); }
div.DivClassName
{
background-color: #BC1947;
}
.BgClassName
{
background-color: #BC1947;
}
</style>
border-color css
<style>
span { border-color: #BC1947; }
span { border-color: rgb(188,25,71); }
td.TdClassName
{
border-color: #BC1947;
}
.TagClassName
{
border-color: #BC1947;
}
</style>