Shades of Cardinal #BC1839
Tints of Cardinal #BC1839
RGB
CMYK
RGB Variations
Color information
#BC1839 (or 0xBC1839) is known color: Cardinal. HEX triplet: BC, 18 and 39. RGB value is (188,24,57). Sum of RGB (Red+Green+Blue) = 188+24+57=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1839 is #43E7C6. Grayscale: #4C4C4C. Windows color (decimal): -4450247 or 3741884. OLE color: 3741884.
HSL color Cylindrical-coordinate representation of color #BC1839: hue angle of 347.93º 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 #BC1839 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 57 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.26 |
| HSL | 347.93º | 0.77% | 0.42% | - |
| HSV(B) | 347.93º | 0.87% | 0.74% | - |
| XYZ | 21.8 | 11.64 | 4.97 | - |
| YUV | 76.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 57 | 0 | 0.87 | 0.70 | 0.26 | 347.93 | 0.77 | 0.42 |
| Hex | BC | 18 | 39 | 0 | 57 | 46 | 1A | 15C | 4D | 2A |
| Octal | 274 | 30 | 71 | 0 | 127 | 106 | 32 | 534 | 115 | 52 |
| Binary | 10111100 | 11000 | 111001 | 0 | 1010111 | 1000110 | 11010 | 101011100 | 1001101 | 101010 |
Color Harmonies of #BC1839
Complementary color
Monochromatic Colors of #BC1839
Black with #BC1839
Text Example
Text Example
White with #BC1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1839; }
p { color: rgb(188,24,57); }
H1.HeaderClassName
{
color: #BC1839;
}
.AnyTagClassName
{
color: #BC1839;
}
</style>
background-color css
<style>
a { background-color: #BC1839; }
a { background-color: rgb(188,24,57); }
div.DivClassName
{
background-color: #BC1839;
}
.BgClassName
{
background-color: #BC1839;
}
</style>
border-color css
<style>
span { border-color: #BC1839; }
span { border-color: rgb(188,24,57); }
td.TdClassName
{
border-color: #BC1839;
}
.TagClassName
{
border-color: #BC1839;
}
</style>