Shades of Cardinal #BC1448
Tints of Cardinal #BC1448
RGB
CMYK
RGB Variations
Color information
#BC1448 (or 0xBC1448) is known color: Cardinal. HEX triplet: BC, 14 and 48. RGB value is (188,20,72). Sum of RGB (Red+Green+Blue) = 188+20+72=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1448 is #43EBB7. Grayscale: #4C4C4C. Windows color (decimal): -4451256 or 4723900. OLE color: 4723900.
HSL color Cylindrical-coordinate representation of color #BC1448: hue angle of 341.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1448 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 72 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.26 |
| HSL | 341.43º | 0.81% | 0.41% | - |
| HSV(B) | 341.43º | 0.89% | 0.74% | - |
| XYZ | 22.16 | 11.66 | 7.21 | - |
| YUV | 76.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 72 | 0 | 0.89 | 0.62 | 0.26 | 341.43 | 0.81 | 0.41 |
| Hex | BC | 14 | 48 | 0 | 59 | 3E | 1A | 155 | 51 | 29 |
| Octal | 274 | 24 | 110 | 0 | 131 | 76 | 32 | 525 | 121 | 51 |
| Binary | 10111100 | 10100 | 1001000 | 0 | 1011001 | 111110 | 11010 | 101010101 | 1010001 | 101001 |
Color Harmonies of #BC1448
Complementary color
Monochromatic Colors of #BC1448
Black with #BC1448
Text Example
Text Example
White with #BC1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1448; }
p { color: rgb(188,20,72); }
H1.HeaderClassName
{
color: #BC1448;
}
.AnyTagClassName
{
color: #BC1448;
}
</style>
background-color css
<style>
a { background-color: #BC1448; }
a { background-color: rgb(188,20,72); }
div.DivClassName
{
background-color: #BC1448;
}
.BgClassName
{
background-color: #BC1448;
}
</style>
border-color css
<style>
span { border-color: #BC1448; }
span { border-color: rgb(188,20,72); }
td.TdClassName
{
border-color: #BC1448;
}
.TagClassName
{
border-color: #BC1448;
}
</style>