Shades of Cardinal #BC143D
Tints of Cardinal #BC143D
RGB
CMYK
RGB Variations
Color information
#BC143D (or 0xBC143D) is known color: Cardinal. HEX triplet: BC, 14 and 3D. RGB value is (188,20,61). Sum of RGB (Red+Green+Blue) = 188+20+61=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC143D is #43EBC2. Grayscale: #4A4A4A. Windows color (decimal): -4451267 or 4003004. OLE color: 4003004.
HSL color Cylindrical-coordinate representation of color #BC143D: hue angle of 345.36º 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 #BC143D is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 61 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.26 |
| HSL | 345.36º | 0.81% | 0.41% | - |
| HSV(B) | 345.36º | 0.89% | 0.74% | - |
| XYZ | 21.83 | 11.53 | 5.49 | - |
| YUV | 74.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 61 | 0 | 0.89 | 0.68 | 0.26 | 345.36 | 0.81 | 0.41 |
| Hex | BC | 14 | 3D | 0 | 59 | 44 | 1A | 159 | 51 | 29 |
| Octal | 274 | 24 | 75 | 0 | 131 | 104 | 32 | 531 | 121 | 51 |
| Binary | 10111100 | 10100 | 111101 | 0 | 1011001 | 1000100 | 11010 | 101011001 | 1010001 | 101001 |
Color Harmonies of #BC143D
Complementary color
Monochromatic Colors of #BC143D
Black with #BC143D
Text Example
Text Example
White with #BC143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC143D; }
p { color: rgb(188,20,61); }
H1.HeaderClassName
{
color: #BC143D;
}
.AnyTagClassName
{
color: #BC143D;
}
</style>
background-color css
<style>
a { background-color: #BC143D; }
a { background-color: rgb(188,20,61); }
div.DivClassName
{
background-color: #BC143D;
}
.BgClassName
{
background-color: #BC143D;
}
</style>
border-color css
<style>
span { border-color: #BC143D; }
span { border-color: rgb(188,20,61); }
td.TdClassName
{
border-color: #BC143D;
}
.TagClassName
{
border-color: #BC143D;
}
</style>