Shades of Cardinal #BC0540
Tints of Cardinal #BC0540
RGB
CMYK
RGB Variations
Color information
#BC0540 (or 0xBC0540) is known color: Cardinal. HEX triplet: BC, 05 and 40. RGB value is (188,5,64). Sum of RGB (Red+Green+Blue) = 188+5+64=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0540 is #43FABF. Grayscale: #424242. Windows color (decimal): -4455104 or 4195772. OLE color: 4195772.
HSL color Cylindrical-coordinate representation of color #BC0540: hue angle of 340.66º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0540 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 64 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.26 |
| HSL | 340.66º | 0.95% | 0.38% | - |
| HSV(B) | 340.66º | 0.97% | 0.74% | - |
| XYZ | 21.72 | 11.17 | 5.86 | - |
| YUV | 66.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 64 | 0 | 0.97 | 0.66 | 0.26 | 340.66 | 0.95 | 0.38 |
| Hex | BC | 5 | 40 | 0 | 61 | 42 | 1A | 155 | 5F | 26 |
| Octal | 274 | 5 | 100 | 0 | 141 | 102 | 32 | 525 | 137 | 46 |
| Binary | 10111100 | 101 | 1000000 | 0 | 1100001 | 1000010 | 11010 | 101010101 | 1011111 | 100110 |
Color Harmonies of #BC0540
Complementary color
Monochromatic Colors of #BC0540
Black with #BC0540
Text Example
Text Example
White with #BC0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0540; }
p { color: rgb(188,5,64); }
H1.HeaderClassName
{
color: #BC0540;
}
.AnyTagClassName
{
color: #BC0540;
}
</style>
background-color css
<style>
a { background-color: #BC0540; }
a { background-color: rgb(188,5,64); }
div.DivClassName
{
background-color: #BC0540;
}
.BgClassName
{
background-color: #BC0540;
}
</style>
border-color css
<style>
span { border-color: #BC0540; }
span { border-color: rgb(188,5,64); }
td.TdClassName
{
border-color: #BC0540;
}
.TagClassName
{
border-color: #BC0540;
}
</style>