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