Shades of Cardinal #BC0C40
Tints of Cardinal #BC0C40
RGB
CMYK
RGB Variations
Color information
#BC0C40 (or 0xBC0C40) is known color: Cardinal. HEX triplet: BC, 0C and 40. RGB value is (188,12,64). Sum of RGB (Red+Green+Blue) = 188+12+64=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C40 is #43F3BF. Grayscale: #464646. Windows color (decimal): -4453312 or 4197564. OLE color: 4197564.
HSL color Cylindrical-coordinate representation of color #BC0C40: hue angle of 342.27º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C40 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 64 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.26 |
| HSL | 342.27º | 0.88% | 0.39% | - |
| HSV(B) | 342.27º | 0.94% | 0.74% | - |
| XYZ | 21.8 | 11.32 | 5.89 | - |
| YUV | 70.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 64 | 0 | 0.94 | 0.66 | 0.26 | 342.27 | 0.88 | 0.39 |
| Hex | BC | C | 40 | 0 | 5E | 42 | 1A | 156 | 58 | 27 |
| Octal | 274 | 14 | 100 | 0 | 136 | 102 | 32 | 526 | 130 | 47 |
| Binary | 10111100 | 1100 | 1000000 | 0 | 1011110 | 1000010 | 11010 | 101010110 | 1011000 | 100111 |
Color Harmonies of #BC0C40
Complementary color
Monochromatic Colors of #BC0C40
Black with #BC0C40
Text Example
Text Example
White with #BC0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C40; }
p { color: rgb(188,12,64); }
H1.HeaderClassName
{
color: #BC0C40;
}
.AnyTagClassName
{
color: #BC0C40;
}
</style>
background-color css
<style>
a { background-color: #BC0C40; }
a { background-color: rgb(188,12,64); }
div.DivClassName
{
background-color: #BC0C40;
}
.BgClassName
{
background-color: #BC0C40;
}
</style>
border-color css
<style>
span { border-color: #BC0C40; }
span { border-color: rgb(188,12,64); }
td.TdClassName
{
border-color: #BC0C40;
}
.TagClassName
{
border-color: #BC0C40;
}
</style>