Shades of Cardinal #BC1437
Tints of Cardinal #BC1437
RGB
CMYK
RGB Variations
Color information
#BC1437 (or 0xBC1437) is known color: Cardinal. HEX triplet: BC, 14 and 37. RGB value is (188,20,55). Sum of RGB (Red+Green+Blue) = 188+20+55=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1437 is #43EBC8. Grayscale: #4A4A4A. Windows color (decimal): -4451273 or 3609788. OLE color: 3609788.
HSL color Cylindrical-coordinate representation of color #BC1437: hue angle of 347.5º 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 #BC1437 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 55 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.26 |
| HSL | 347.5º | 0.81% | 0.41% | - |
| HSV(B) | 347.5º | 0.89% | 0.74% | - |
| XYZ | 21.68 | 11.47 | 4.69 | - |
| YUV | 74.22 | 117.16 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 55 | 0 | 0.89 | 0.71 | 0.26 | 347.5 | 0.81 | 0.41 |
| Hex | BC | 14 | 37 | 0 | 59 | 47 | 1A | 15C | 51 | 29 |
| Octal | 274 | 24 | 67 | 0 | 131 | 107 | 32 | 534 | 121 | 51 |
| Binary | 10111100 | 10100 | 110111 | 0 | 1011001 | 1000111 | 11010 | 101011100 | 1010001 | 101001 |
Color Harmonies of #BC1437
Complementary color
Monochromatic Colors of #BC1437
Black with #BC1437
Text Example
Text Example
White with #BC1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1437; }
p { color: rgb(188,20,55); }
H1.HeaderClassName
{
color: #BC1437;
}
.AnyTagClassName
{
color: #BC1437;
}
</style>
background-color css
<style>
a { background-color: #BC1437; }
a { background-color: rgb(188,20,55); }
div.DivClassName
{
background-color: #BC1437;
}
.BgClassName
{
background-color: #BC1437;
}
</style>
border-color css
<style>
span { border-color: #BC1437; }
span { border-color: rgb(188,20,55); }
td.TdClassName
{
border-color: #BC1437;
}
.TagClassName
{
border-color: #BC1437;
}
</style>