Shades of Cardinal #BC1649
Tints of Cardinal #BC1649
RGB
CMYK
RGB Variations
Color information
#BC1649 (or 0xBC1649) is known color: Cardinal. HEX triplet: BC, 16 and 49. RGB value is (188,22,73). Sum of RGB (Red+Green+Blue) = 188+22+73=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1649 is #43E9B6. Grayscale: #4D4D4D. Windows color (decimal): -4450743 or 4789948. OLE color: 4789948.
HSL color Cylindrical-coordinate representation of color #BC1649: hue angle of 341.57º 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 #BC1649 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 73 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.26 |
| HSL | 341.57º | 0.79% | 0.41% | - |
| HSV(B) | 341.57º | 0.88% | 0.74% | - |
| XYZ | 22.23 | 11.75 | 7.4 | - |
| YUV | 77.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 73 | 0 | 0.88 | 0.61 | 0.26 | 341.57 | 0.79 | 0.41 |
| Hex | BC | 16 | 49 | 0 | 58 | 3D | 1A | 156 | 4F | 29 |
| Octal | 274 | 26 | 111 | 0 | 130 | 75 | 32 | 526 | 117 | 51 |
| Binary | 10111100 | 10110 | 1001001 | 0 | 1011000 | 111101 | 11010 | 101010110 | 1001111 | 101001 |
Color Harmonies of #BC1649
Complementary color
Monochromatic Colors of #BC1649
Black with #BC1649
Text Example
Text Example
White with #BC1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1649; }
p { color: rgb(188,22,73); }
H1.HeaderClassName
{
color: #BC1649;
}
.AnyTagClassName
{
color: #BC1649;
}
</style>
background-color css
<style>
a { background-color: #BC1649; }
a { background-color: rgb(188,22,73); }
div.DivClassName
{
background-color: #BC1649;
}
.BgClassName
{
background-color: #BC1649;
}
</style>
border-color css
<style>
span { border-color: #BC1649; }
span { border-color: rgb(188,22,73); }
td.TdClassName
{
border-color: #BC1649;
}
.TagClassName
{
border-color: #BC1649;
}
</style>