Shades of Cardinal #BC0E40
Tints of Cardinal #BC0E40
RGB
CMYK
RGB Variations
Color information
#BC0E40 (or 0xBC0E40) is known color: Cardinal. HEX triplet: BC, 0E and 40. RGB value is (188,14,64). Sum of RGB (Red+Green+Blue) = 188+14+64=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E40 is #43F1BF. Grayscale: #474747. Windows color (decimal): -4452800 or 4198076. OLE color: 4198076.
HSL color Cylindrical-coordinate representation of color #BC0E40: hue angle of 342.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E40 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 64 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.26 |
| HSL | 342.76º | 0.86% | 0.4% | - |
| HSV(B) | 342.76º | 0.93% | 0.74% | - |
| XYZ | 21.82 | 11.38 | 5.9 | - |
| YUV | 71.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 64 | 0 | 0.93 | 0.66 | 0.26 | 342.76 | 0.86 | 0.4 |
| Hex | BC | E | 40 | 0 | 5D | 42 | 1A | 157 | 56 | 28 |
| Octal | 274 | 16 | 100 | 0 | 135 | 102 | 32 | 527 | 126 | 50 |
| Binary | 10111100 | 1110 | 1000000 | 0 | 1011101 | 1000010 | 11010 | 101010111 | 1010110 | 101000 |
Color Harmonies of #BC0E40
Complementary color
Monochromatic Colors of #BC0E40
Black with #BC0E40
Text Example
Text Example
White with #BC0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E40; }
p { color: rgb(188,14,64); }
H1.HeaderClassName
{
color: #BC0E40;
}
.AnyTagClassName
{
color: #BC0E40;
}
</style>
background-color css
<style>
a { background-color: #BC0E40; }
a { background-color: rgb(188,14,64); }
div.DivClassName
{
background-color: #BC0E40;
}
.BgClassName
{
background-color: #BC0E40;
}
</style>
border-color css
<style>
span { border-color: #BC0E40; }
span { border-color: rgb(188,14,64); }
td.TdClassName
{
border-color: #BC0E40;
}
.TagClassName
{
border-color: #BC0E40;
}
</style>