Shades of Cardinal #BC1949
Tints of Cardinal #BC1949
RGB
CMYK
RGB Variations
Color information
#BC1949 (or 0xBC1949) is known color: Cardinal. HEX triplet: BC, 19 and 49. RGB value is (188,25,73). Sum of RGB (Red+Green+Blue) = 188+25+73=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1949 is #43E6B6. Grayscale: #4F4F4F. Windows color (decimal): -4449975 or 4790716. OLE color: 4790716.
HSL color Cylindrical-coordinate representation of color #BC1949: hue angle of 342.33º 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 #BC1949 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 73 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.26 |
| HSL | 342.33º | 0.77% | 0.42% | - |
| HSV(B) | 342.33º | 0.87% | 0.74% | - |
| XYZ | 22.29 | 11.87 | 7.42 | - |
| YUV | 79.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 73 | 0 | 0.87 | 0.61 | 0.26 | 342.33 | 0.77 | 0.42 |
| Hex | BC | 19 | 49 | 0 | 57 | 3D | 1A | 156 | 4D | 2A |
| Octal | 274 | 31 | 111 | 0 | 127 | 75 | 32 | 526 | 115 | 52 |
| Binary | 10111100 | 11001 | 1001001 | 0 | 1010111 | 111101 | 11010 | 101010110 | 1001101 | 101010 |
Color Harmonies of #BC1949
Complementary color
Monochromatic Colors of #BC1949
Black with #BC1949
Text Example
Text Example
White with #BC1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1949; }
p { color: rgb(188,25,73); }
H1.HeaderClassName
{
color: #BC1949;
}
.AnyTagClassName
{
color: #BC1949;
}
</style>
background-color css
<style>
a { background-color: #BC1949; }
a { background-color: rgb(188,25,73); }
div.DivClassName
{
background-color: #BC1949;
}
.BgClassName
{
background-color: #BC1949;
}
</style>
border-color css
<style>
span { border-color: #BC1949; }
span { border-color: rgb(188,25,73); }
td.TdClassName
{
border-color: #BC1949;
}
.TagClassName
{
border-color: #BC1949;
}
</style>