Shades of Cardinal #BC142A
Tints of Cardinal #BC142A
RGB
CMYK
RGB Variations
Color information
#BC142A (or 0xBC142A) is known color: Cardinal. HEX triplet: BC, 14 and 2A. RGB value is (188,20,42). Sum of RGB (Red+Green+Blue) = 188+20+42=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC142A is #43EBD5. Grayscale: #484848. Windows color (decimal): -4451286 or 2757820. OLE color: 2757820.
HSL color Cylindrical-coordinate representation of color #BC142A: hue angle of 352.14º 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 #BC142A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 42 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.26 |
| HSL | 352.14º | 0.81% | 0.41% | - |
| HSV(B) | 352.14º | 0.89% | 0.74% | - |
| XYZ | 21.41 | 11.36 | 3.25 | - |
| YUV | 72.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 42 | 0 | 0.89 | 0.78 | 0.26 | 352.14 | 0.81 | 0.41 |
| Hex | BC | 14 | 2A | 0 | 59 | 4E | 1A | 160 | 51 | 29 |
| Octal | 274 | 24 | 52 | 0 | 131 | 116 | 32 | 540 | 121 | 51 |
| Binary | 10111100 | 10100 | 101010 | 0 | 1011001 | 1001110 | 11010 | 101100000 | 1010001 | 101001 |
Color Harmonies of #BC142A
Complementary color
Monochromatic Colors of #BC142A
Black with #BC142A
Text Example
Text Example
White with #BC142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC142A; }
p { color: rgb(188,20,42); }
H1.HeaderClassName
{
color: #BC142A;
}
.AnyTagClassName
{
color: #BC142A;
}
</style>
background-color css
<style>
a { background-color: #BC142A; }
a { background-color: rgb(188,20,42); }
div.DivClassName
{
background-color: #BC142A;
}
.BgClassName
{
background-color: #BC142A;
}
</style>
border-color css
<style>
span { border-color: #BC142A; }
span { border-color: rgb(188,20,42); }
td.TdClassName
{
border-color: #BC142A;
}
.TagClassName
{
border-color: #BC142A;
}
</style>