Shades of Cardinal #BC0646
Tints of Cardinal #BC0646
RGB
CMYK
RGB Variations
Color information
#BC0646 (or 0xBC0646) is known color: Cardinal. HEX triplet: BC, 06 and 46. RGB value is (188,6,70). Sum of RGB (Red+Green+Blue) = 188+6+70=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0646 is #43F9B9. Grayscale: #434343. Windows color (decimal): -4454842 or 4589244. OLE color: 4589244.
HSL color Cylindrical-coordinate representation of color #BC0646: hue angle of 338.9º 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 #BC0646 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 70 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.26 |
| HSL | 338.9º | 0.94% | 0.38% | - |
| HSV(B) | 338.9º | 0.97% | 0.74% | - |
| XYZ | 21.91 | 11.26 | 6.81 | - |
| YUV | 67.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 70 | 0 | 0.97 | 0.63 | 0.26 | 338.9 | 0.94 | 0.38 |
| Hex | BC | 6 | 46 | 0 | 61 | 3F | 1A | 153 | 5E | 26 |
| Octal | 274 | 6 | 106 | 0 | 141 | 77 | 32 | 523 | 136 | 46 |
| Binary | 10111100 | 110 | 1000110 | 0 | 1100001 | 111111 | 11010 | 101010011 | 1011110 | 100110 |
Color Harmonies of #BC0646
Complementary color
Monochromatic Colors of #BC0646
Black with #BC0646
Text Example
Text Example
White with #BC0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0646; }
p { color: rgb(188,6,70); }
H1.HeaderClassName
{
color: #BC0646;
}
.AnyTagClassName
{
color: #BC0646;
}
</style>
background-color css
<style>
a { background-color: #BC0646; }
a { background-color: rgb(188,6,70); }
div.DivClassName
{
background-color: #BC0646;
}
.BgClassName
{
background-color: #BC0646;
}
</style>
border-color css
<style>
span { border-color: #BC0646; }
span { border-color: rgb(188,6,70); }
td.TdClassName
{
border-color: #BC0646;
}
.TagClassName
{
border-color: #BC0646;
}
</style>