Shades of Cardinal #BC1438
Tints of Cardinal #BC1438
RGB
CMYK
RGB Variations
Color information
#BC1438 (or 0xBC1438) is known color: Cardinal. HEX triplet: BC, 14 and 38. RGB value is (188,20,56). Sum of RGB (Red+Green+Blue) = 188+20+56=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1438 is #43EBC7. Grayscale: #4A4A4A. Windows color (decimal): -4451272 or 3675324. OLE color: 3675324.
HSL color Cylindrical-coordinate representation of color #BC1438: hue angle of 347.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 #BC1438 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 56 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.26 |
| HSL | 347.14º | 0.81% | 0.41% | - |
| HSV(B) | 347.14º | 0.89% | 0.74% | - |
| XYZ | 21.7 | 11.48 | 4.81 | - |
| YUV | 74.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 56 | 0 | 0.89 | 0.70 | 0.26 | 347.14 | 0.81 | 0.41 |
| Hex | BC | 14 | 38 | 0 | 59 | 46 | 1A | 15B | 51 | 29 |
| Octal | 274 | 24 | 70 | 0 | 131 | 106 | 32 | 533 | 121 | 51 |
| Binary | 10111100 | 10100 | 111000 | 0 | 1011001 | 1000110 | 11010 | 101011011 | 1010001 | 101001 |
Color Harmonies of #BC1438
Complementary color
Monochromatic Colors of #BC1438
Black with #BC1438
Text Example
Text Example
White with #BC1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1438; }
p { color: rgb(188,20,56); }
H1.HeaderClassName
{
color: #BC1438;
}
.AnyTagClassName
{
color: #BC1438;
}
</style>
background-color css
<style>
a { background-color: #BC1438; }
a { background-color: rgb(188,20,56); }
div.DivClassName
{
background-color: #BC1438;
}
.BgClassName
{
background-color: #BC1438;
}
</style>
border-color css
<style>
span { border-color: #BC1438; }
span { border-color: rgb(188,20,56); }
td.TdClassName
{
border-color: #BC1438;
}
.TagClassName
{
border-color: #BC1438;
}
</style>