Shades of Cardinal #BC1939
Tints of Cardinal #BC1939
RGB
CMYK
RGB Variations
Color information
#BC1939 (or 0xBC1939) is known color: Cardinal. HEX triplet: BC, 19 and 39. RGB value is (188,25,57). Sum of RGB (Red+Green+Blue) = 188+25+57=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1939 is #43E6C6. Grayscale: #4D4D4D. Windows color (decimal): -4449991 or 3742140. OLE color: 3742140.
HSL color Cylindrical-coordinate representation of color #BC1939: hue angle of 348.22º 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 #BC1939 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 57 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.26 |
| HSL | 348.22º | 0.77% | 0.42% | - |
| HSV(B) | 348.22º | 0.87% | 0.74% | - |
| XYZ | 21.83 | 11.68 | 4.98 | - |
| YUV | 77.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 57 | 0 | 0.87 | 0.70 | 0.26 | 348.22 | 0.77 | 0.42 |
| Hex | BC | 19 | 39 | 0 | 57 | 46 | 1A | 15C | 4D | 2A |
| Octal | 274 | 31 | 71 | 0 | 127 | 106 | 32 | 534 | 115 | 52 |
| Binary | 10111100 | 11001 | 111001 | 0 | 1010111 | 1000110 | 11010 | 101011100 | 1001101 | 101010 |
Color Harmonies of #BC1939
Complementary color
Monochromatic Colors of #BC1939
Black with #BC1939
Text Example
Text Example
White with #BC1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1939; }
p { color: rgb(188,25,57); }
H1.HeaderClassName
{
color: #BC1939;
}
.AnyTagClassName
{
color: #BC1939;
}
</style>
background-color css
<style>
a { background-color: #BC1939; }
a { background-color: rgb(188,25,57); }
div.DivClassName
{
background-color: #BC1939;
}
.BgClassName
{
background-color: #BC1939;
}
</style>
border-color css
<style>
span { border-color: #BC1939; }
span { border-color: rgb(188,25,57); }
td.TdClassName
{
border-color: #BC1939;
}
.TagClassName
{
border-color: #BC1939;
}
</style>