Shades of Cardinal #BC192A
Tints of Cardinal #BC192A
RGB
CMYK
RGB Variations
Color information
#BC192A (or 0xBC192A) is known color: Cardinal. HEX triplet: BC, 19 and 2A. RGB value is (188,25,42). Sum of RGB (Red+Green+Blue) = 188+25+42=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC192A is #43E6D5. Grayscale: #4B4B4B. Windows color (decimal): -4450006 or 2759100. OLE color: 2759100.
HSL color Cylindrical-coordinate representation of color #BC192A: hue angle of 353.74º 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 #BC192A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 42 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.26 |
| HSL | 353.74º | 0.77% | 0.42% | - |
| HSV(B) | 353.74º | 0.87% | 0.74% | - |
| XYZ | 21.5 | 11.55 | 3.29 | - |
| YUV | 75.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 42 | 0 | 0.87 | 0.78 | 0.26 | 353.74 | 0.77 | 0.42 |
| Hex | BC | 19 | 2A | 0 | 57 | 4E | 1A | 162 | 4D | 2A |
| Octal | 274 | 31 | 52 | 0 | 127 | 116 | 32 | 542 | 115 | 52 |
| Binary | 10111100 | 11001 | 101010 | 0 | 1010111 | 1001110 | 11010 | 101100010 | 1001101 | 101010 |
Color Harmonies of #BC192A
Complementary color
Monochromatic Colors of #BC192A
Black with #BC192A
Text Example
Text Example
White with #BC192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC192A; }
p { color: rgb(188,25,42); }
H1.HeaderClassName
{
color: #BC192A;
}
.AnyTagClassName
{
color: #BC192A;
}
</style>
background-color css
<style>
a { background-color: #BC192A; }
a { background-color: rgb(188,25,42); }
div.DivClassName
{
background-color: #BC192A;
}
.BgClassName
{
background-color: #BC192A;
}
</style>
border-color css
<style>
span { border-color: #BC192A; }
span { border-color: rgb(188,25,42); }
td.TdClassName
{
border-color: #BC192A;
}
.TagClassName
{
border-color: #BC192A;
}
</style>