Shades of Cardinal #BC1943
Tints of Cardinal #BC1943
RGB
CMYK
RGB Variations
Color information
#BC1943 (or 0xBC1943) is known color: Cardinal. HEX triplet: BC, 19 and 43. RGB value is (188,25,67). Sum of RGB (Red+Green+Blue) = 188+25+67=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1943 is #43E6BC. Grayscale: #4E4E4E. Windows color (decimal): -4449981 or 4397500. OLE color: 4397500.
HSL color Cylindrical-coordinate representation of color #BC1943: hue angle of 344.54º 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 #BC1943 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 67 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.26 |
| HSL | 344.54º | 0.77% | 0.42% | - |
| HSV(B) | 344.54º | 0.87% | 0.74% | - |
| XYZ | 22.1 | 11.79 | 6.42 | - |
| YUV | 78.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 67 | 0 | 0.87 | 0.64 | 0.26 | 344.54 | 0.77 | 0.42 |
| Hex | BC | 19 | 43 | 0 | 57 | 40 | 1A | 159 | 4D | 2A |
| Octal | 274 | 31 | 103 | 0 | 127 | 100 | 32 | 531 | 115 | 52 |
| Binary | 10111100 | 11001 | 1000011 | 0 | 1010111 | 1000000 | 11010 | 101011001 | 1001101 | 101010 |
Color Harmonies of #BC1943
Complementary color
Monochromatic Colors of #BC1943
Black with #BC1943
Text Example
Text Example
White with #BC1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1943; }
p { color: rgb(188,25,67); }
H1.HeaderClassName
{
color: #BC1943;
}
.AnyTagClassName
{
color: #BC1943;
}
</style>
background-color css
<style>
a { background-color: #BC1943; }
a { background-color: rgb(188,25,67); }
div.DivClassName
{
background-color: #BC1943;
}
.BgClassName
{
background-color: #BC1943;
}
</style>
border-color css
<style>
span { border-color: #BC1943; }
span { border-color: rgb(188,25,67); }
td.TdClassName
{
border-color: #BC1943;
}
.TagClassName
{
border-color: #BC1943;
}
</style>