Shades of Cardinal #BC1646
Tints of Cardinal #BC1646
RGB
CMYK
RGB Variations
Color information
#BC1646 (or 0xBC1646) is known color: Cardinal. HEX triplet: BC, 16 and 46. RGB value is (188,22,70). Sum of RGB (Red+Green+Blue) = 188+22+70=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1646 is #43E9B9. Grayscale: #4D4D4D. Windows color (decimal): -4450746 or 4593340. OLE color: 4593340.
HSL color Cylindrical-coordinate representation of color #BC1646: hue angle of 342.65º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1646 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 70 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.26 |
| HSL | 342.65º | 0.79% | 0.41% | - |
| HSV(B) | 342.65º | 0.88% | 0.74% | - |
| XYZ | 22.13 | 11.71 | 6.89 | - |
| YUV | 77.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 70 | 0 | 0.88 | 0.63 | 0.26 | 342.65 | 0.79 | 0.41 |
| Hex | BC | 16 | 46 | 0 | 58 | 3F | 1A | 157 | 4F | 29 |
| Octal | 274 | 26 | 106 | 0 | 130 | 77 | 32 | 527 | 117 | 51 |
| Binary | 10111100 | 10110 | 1000110 | 0 | 1011000 | 111111 | 11010 | 101010111 | 1001111 | 101001 |
Color Harmonies of #BC1646
Complementary color
Monochromatic Colors of #BC1646
Black with #BC1646
Text Example
Text Example
White with #BC1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1646; }
p { color: rgb(188,22,70); }
H1.HeaderClassName
{
color: #BC1646;
}
.AnyTagClassName
{
color: #BC1646;
}
</style>
background-color css
<style>
a { background-color: #BC1646; }
a { background-color: rgb(188,22,70); }
div.DivClassName
{
background-color: #BC1646;
}
.BgClassName
{
background-color: #BC1646;
}
</style>
border-color css
<style>
span { border-color: #BC1646; }
span { border-color: rgb(188,22,70); }
td.TdClassName
{
border-color: #BC1646;
}
.TagClassName
{
border-color: #BC1646;
}
</style>