Shades of Cardinal #BC1540
Tints of Cardinal #BC1540
RGB
CMYK
RGB Variations
Color information
#BC1540 (or 0xBC1540) is known color: Cardinal. HEX triplet: BC, 15 and 40. RGB value is (188,21,64). Sum of RGB (Red+Green+Blue) = 188+21+64=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1540 is #43EABF. Grayscale: #4B4B4B. Windows color (decimal): -4451008 or 4199868. OLE color: 4199868.
HSL color Cylindrical-coordinate representation of color #BC1540: hue angle of 344.55º degrees, saturation: 0.8, 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 #BC1540 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 64 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.26 |
| HSL | 344.55º | 0.8% | 0.41% | - |
| HSV(B) | 344.55º | 0.89% | 0.74% | - |
| XYZ | 21.93 | 11.6 | 5.93 | - |
| YUV | 75.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 64 | 0 | 0.89 | 0.66 | 0.26 | 344.55 | 0.8 | 0.41 |
| Hex | BC | 15 | 40 | 0 | 59 | 42 | 1A | 159 | 50 | 29 |
| Octal | 274 | 25 | 100 | 0 | 131 | 102 | 32 | 531 | 120 | 51 |
| Binary | 10111100 | 10101 | 1000000 | 0 | 1011001 | 1000010 | 11010 | 101011001 | 1010000 | 101001 |
Color Harmonies of #BC1540
Complementary color
Monochromatic Colors of #BC1540
Black with #BC1540
Text Example
Text Example
White with #BC1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1540; }
p { color: rgb(188,21,64); }
H1.HeaderClassName
{
color: #BC1540;
}
.AnyTagClassName
{
color: #BC1540;
}
</style>
background-color css
<style>
a { background-color: #BC1540; }
a { background-color: rgb(188,21,64); }
div.DivClassName
{
background-color: #BC1540;
}
.BgClassName
{
background-color: #BC1540;
}
</style>
border-color css
<style>
span { border-color: #BC1540; }
span { border-color: rgb(188,21,64); }
td.TdClassName
{
border-color: #BC1540;
}
.TagClassName
{
border-color: #BC1540;
}
</style>