Shades of Cardinal #BC144C
Tints of Cardinal #BC144C
RGB
CMYK
RGB Variations
Color information
#BC144C (or 0xBC144C) is known color: Cardinal. HEX triplet: BC, 14 and 4C. RGB value is (188,20,76). Sum of RGB (Red+Green+Blue) = 188+20+76=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC144C is #43EBB3. Grayscale: #4C4C4C. Windows color (decimal): -4451252 or 4986044. OLE color: 4986044.
HSL color Cylindrical-coordinate representation of color #BC144C: hue angle of 340º 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 #BC144C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 76 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.26 |
| HSL | 340º | 0.81% | 0.41% | - |
| HSV(B) | 340º | 0.89% | 0.74% | - |
| XYZ | 22.29 | 11.71 | 7.92 | - |
| YUV | 76.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 76 | 0 | 0.89 | 0.60 | 0.26 | 340 | 0.81 | 0.41 |
| Hex | BC | 14 | 4C | 0 | 59 | 3C | 1A | 154 | 51 | 29 |
| Octal | 274 | 24 | 114 | 0 | 131 | 74 | 32 | 524 | 121 | 51 |
| Binary | 10111100 | 10100 | 1001100 | 0 | 1011001 | 111100 | 11010 | 101010100 | 1010001 | 101001 |
Color Harmonies of #BC144C
Complementary color
Monochromatic Colors of #BC144C
Black with #BC144C
Text Example
Text Example
White with #BC144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC144C; }
p { color: rgb(188,20,76); }
H1.HeaderClassName
{
color: #BC144C;
}
.AnyTagClassName
{
color: #BC144C;
}
</style>
background-color css
<style>
a { background-color: #BC144C; }
a { background-color: rgb(188,20,76); }
div.DivClassName
{
background-color: #BC144C;
}
.BgClassName
{
background-color: #BC144C;
}
</style>
border-color css
<style>
span { border-color: #BC144C; }
span { border-color: rgb(188,20,76); }
td.TdClassName
{
border-color: #BC144C;
}
.TagClassName
{
border-color: #BC144C;
}
</style>