Shades of Cardinal #BC0640
Tints of Cardinal #BC0640
RGB
CMYK
RGB Variations
Color information
#BC0640 (or 0xBC0640) is known color: Cardinal. HEX triplet: BC, 06 and 40. RGB value is (188,6,64). Sum of RGB (Red+Green+Blue) = 188+6+64=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0640 is #43F9BF. Grayscale: #424242. Windows color (decimal): -4454848 or 4196028. OLE color: 4196028.
HSL color Cylindrical-coordinate representation of color #BC0640: hue angle of 340.88º degrees, saturation: 0.94, 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 #BC0640 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 64 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.26 |
| HSL | 340.88º | 0.94% | 0.38% | - |
| HSV(B) | 340.88º | 0.97% | 0.74% | - |
| XYZ | 21.73 | 11.19 | 5.87 | - |
| YUV | 67.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 64 | 0 | 0.97 | 0.66 | 0.26 | 340.88 | 0.94 | 0.38 |
| Hex | BC | 6 | 40 | 0 | 61 | 42 | 1A | 155 | 5E | 26 |
| Octal | 274 | 6 | 100 | 0 | 141 | 102 | 32 | 525 | 136 | 46 |
| Binary | 10111100 | 110 | 1000000 | 0 | 1100001 | 1000010 | 11010 | 101010101 | 1011110 | 100110 |
Color Harmonies of #BC0640
Complementary color
Monochromatic Colors of #BC0640
Black with #BC0640
Text Example
Text Example
White with #BC0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0640; }
p { color: rgb(188,6,64); }
H1.HeaderClassName
{
color: #BC0640;
}
.AnyTagClassName
{
color: #BC0640;
}
</style>
background-color css
<style>
a { background-color: #BC0640; }
a { background-color: rgb(188,6,64); }
div.DivClassName
{
background-color: #BC0640;
}
.BgClassName
{
background-color: #BC0640;
}
</style>
border-color css
<style>
span { border-color: #BC0640; }
span { border-color: rgb(188,6,64); }
td.TdClassName
{
border-color: #BC0640;
}
.TagClassName
{
border-color: #BC0640;
}
</style>