Shades of Cardinal #BC1946
Tints of Cardinal #BC1946
RGB
CMYK
RGB Variations
Color information
#BC1946 (or 0xBC1946) is known color: Cardinal. HEX triplet: BC, 19 and 46. RGB value is (188,25,70). Sum of RGB (Red+Green+Blue) = 188+25+70=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1946 is #43E6B9. Grayscale: #4E4E4E. Windows color (decimal): -4449978 or 4594108. OLE color: 4594108.
HSL color Cylindrical-coordinate representation of color #BC1946: hue angle of 343.44º 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 #BC1946 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 70 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.26 |
| HSL | 343.44º | 0.77% | 0.42% | - |
| HSV(B) | 343.44º | 0.87% | 0.74% | - |
| XYZ | 22.19 | 11.83 | 6.91 | - |
| YUV | 78.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 70 | 0 | 0.87 | 0.63 | 0.26 | 343.44 | 0.77 | 0.42 |
| Hex | BC | 19 | 46 | 0 | 57 | 3F | 1A | 157 | 4D | 2A |
| Octal | 274 | 31 | 106 | 0 | 127 | 77 | 32 | 527 | 115 | 52 |
| Binary | 10111100 | 11001 | 1000110 | 0 | 1010111 | 111111 | 11010 | 101010111 | 1001101 | 101010 |
Color Harmonies of #BC1946
Complementary color
Monochromatic Colors of #BC1946
Black with #BC1946
Text Example
Text Example
White with #BC1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1946; }
p { color: rgb(188,25,70); }
H1.HeaderClassName
{
color: #BC1946;
}
.AnyTagClassName
{
color: #BC1946;
}
</style>
background-color css
<style>
a { background-color: #BC1946; }
a { background-color: rgb(188,25,70); }
div.DivClassName
{
background-color: #BC1946;
}
.BgClassName
{
background-color: #BC1946;
}
</style>
border-color css
<style>
span { border-color: #BC1946; }
span { border-color: rgb(188,25,70); }
td.TdClassName
{
border-color: #BC1946;
}
.TagClassName
{
border-color: #BC1946;
}
</style>