Shades of Cardinal #BC143C
Tints of Cardinal #BC143C
RGB
CMYK
RGB Variations
Color information
#BC143C (or 0xBC143C) is known color: Cardinal. HEX triplet: BC, 14 and 3C. RGB value is (188,20,60). Sum of RGB (Red+Green+Blue) = 188+20+60=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC143C is #43EBC3. Grayscale: #4A4A4A. Windows color (decimal): -4451268 or 3937468. OLE color: 3937468.
HSL color Cylindrical-coordinate representation of color #BC143C: hue angle of 345.71º 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 #BC143C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 60 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.26 |
| HSL | 345.71º | 0.81% | 0.41% | - |
| HSV(B) | 345.71º | 0.89% | 0.74% | - |
| XYZ | 21.8 | 11.52 | 5.35 | - |
| YUV | 74.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 60 | 0 | 0.89 | 0.68 | 0.26 | 345.71 | 0.81 | 0.41 |
| Hex | BC | 14 | 3C | 0 | 59 | 44 | 1A | 15A | 51 | 29 |
| Octal | 274 | 24 | 74 | 0 | 131 | 104 | 32 | 532 | 121 | 51 |
| Binary | 10111100 | 10100 | 111100 | 0 | 1011001 | 1000100 | 11010 | 101011010 | 1010001 | 101001 |
Color Harmonies of #BC143C
Complementary color
Monochromatic Colors of #BC143C
Black with #BC143C
Text Example
Text Example
White with #BC143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC143C; }
p { color: rgb(188,20,60); }
H1.HeaderClassName
{
color: #BC143C;
}
.AnyTagClassName
{
color: #BC143C;
}
</style>
background-color css
<style>
a { background-color: #BC143C; }
a { background-color: rgb(188,20,60); }
div.DivClassName
{
background-color: #BC143C;
}
.BgClassName
{
background-color: #BC143C;
}
</style>
border-color css
<style>
span { border-color: #BC143C; }
span { border-color: rgb(188,20,60); }
td.TdClassName
{
border-color: #BC143C;
}
.TagClassName
{
border-color: #BC143C;
}
</style>