Shades of Cardinal #BC143B
Tints of Cardinal #BC143B
RGB
CMYK
RGB Variations
Color information
#BC143B (or 0xBC143B) is known color: Cardinal. HEX triplet: BC, 14 and 3B. RGB value is (188,20,59). Sum of RGB (Red+Green+Blue) = 188+20+59=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC143B is #43EBC4. Grayscale: #4A4A4A. Windows color (decimal): -4451269 or 3871932. OLE color: 3871932.
HSL color Cylindrical-coordinate representation of color #BC143B: hue angle of 346.07º 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 #BC143B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 59 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.26 |
| HSL | 346.07º | 0.81% | 0.41% | - |
| HSV(B) | 346.07º | 0.89% | 0.74% | - |
| XYZ | 21.78 | 11.51 | 5.21 | - |
| YUV | 74.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 59 | 0 | 0.89 | 0.69 | 0.26 | 346.07 | 0.81 | 0.41 |
| Hex | BC | 14 | 3B | 0 | 59 | 45 | 1A | 15A | 51 | 29 |
| Octal | 274 | 24 | 73 | 0 | 131 | 105 | 32 | 532 | 121 | 51 |
| Binary | 10111100 | 10100 | 111011 | 0 | 1011001 | 1000101 | 11010 | 101011010 | 1010001 | 101001 |
Color Harmonies of #BC143B
Complementary color
Monochromatic Colors of #BC143B
Black with #BC143B
Text Example
Text Example
White with #BC143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC143B; }
p { color: rgb(188,20,59); }
H1.HeaderClassName
{
color: #BC143B;
}
.AnyTagClassName
{
color: #BC143B;
}
</style>
background-color css
<style>
a { background-color: #BC143B; }
a { background-color: rgb(188,20,59); }
div.DivClassName
{
background-color: #BC143B;
}
.BgClassName
{
background-color: #BC143B;
}
</style>
border-color css
<style>
span { border-color: #BC143B; }
span { border-color: rgb(188,20,59); }
td.TdClassName
{
border-color: #BC143B;
}
.TagClassName
{
border-color: #BC143B;
}
</style>