Shades of Cardinal #BC192C
Tints of Cardinal #BC192C
RGB
CMYK
RGB Variations
Color information
#BC192C (or 0xBC192C) is known color: Cardinal. HEX triplet: BC, 19 and 2C. RGB value is (188,25,44). Sum of RGB (Red+Green+Blue) = 188+25+44=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC192C is #43E6D3. Grayscale: #4B4B4B. Windows color (decimal): -4450004 or 2890172. OLE color: 2890172.
HSL color Cylindrical-coordinate representation of color #BC192C: hue angle of 353.01º 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 #BC192C is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 44 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.26 |
| HSL | 353.01º | 0.77% | 0.42% | - |
| HSV(B) | 353.01º | 0.87% | 0.74% | - |
| XYZ | 21.54 | 11.57 | 3.48 | - |
| YUV | 75.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 44 | 0 | 0.87 | 0.77 | 0.26 | 353.01 | 0.77 | 0.42 |
| Hex | BC | 19 | 2C | 0 | 57 | 4D | 1A | 161 | 4D | 2A |
| Octal | 274 | 31 | 54 | 0 | 127 | 115 | 32 | 541 | 115 | 52 |
| Binary | 10111100 | 11001 | 101100 | 0 | 1010111 | 1001101 | 11010 | 101100001 | 1001101 | 101010 |
Color Harmonies of #BC192C
Complementary color
Monochromatic Colors of #BC192C
Black with #BC192C
Text Example
Text Example
White with #BC192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC192C; }
p { color: rgb(188,25,44); }
H1.HeaderClassName
{
color: #BC192C;
}
.AnyTagClassName
{
color: #BC192C;
}
</style>
background-color css
<style>
a { background-color: #BC192C; }
a { background-color: rgb(188,25,44); }
div.DivClassName
{
background-color: #BC192C;
}
.BgClassName
{
background-color: #BC192C;
}
</style>
border-color css
<style>
span { border-color: #BC192C; }
span { border-color: rgb(188,25,44); }
td.TdClassName
{
border-color: #BC192C;
}
.TagClassName
{
border-color: #BC192C;
}
</style>