Shades of Cardinal #BC1A2B
Tints of Cardinal #BC1A2B
RGB
CMYK
RGB Variations
Color information
#BC1A2B (or 0xBC1A2B) is known color: Cardinal. HEX triplet: BC, 1A and 2B. RGB value is (188,26,43). Sum of RGB (Red+Green+Blue) = 188+26+43=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A2B is #43E5D4. Grayscale: #4C4C4C. Windows color (decimal): -4449749 or 2824892. OLE color: 2824892.
HSL color Cylindrical-coordinate representation of color #BC1A2B: hue angle of 353.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A2B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 43 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.26 |
| HSL | 353.7º | 0.76% | 0.42% | - |
| HSV(B) | 353.7º | 0.86% | 0.74% | - |
| XYZ | 21.54 | 11.6 | 3.39 | - |
| YUV | 76.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 43 | 0 | 0.86 | 0.77 | 0.26 | 353.7 | 0.76 | 0.42 |
| Hex | BC | 1A | 2B | 0 | 56 | 4D | 1A | 162 | 4C | 2A |
| Octal | 274 | 32 | 53 | 0 | 126 | 115 | 32 | 542 | 114 | 52 |
| Binary | 10111100 | 11010 | 101011 | 0 | 1010110 | 1001101 | 11010 | 101100010 | 1001100 | 101010 |
Color Harmonies of #BC1A2B
Complementary color
Monochromatic Colors of #BC1A2B
Black with #BC1A2B
Text Example
Text Example
White with #BC1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1A2B; }
p { color: rgb(188,26,43); }
H1.HeaderClassName
{
color: #BC1A2B;
}
.AnyTagClassName
{
color: #BC1A2B;
}
</style>
background-color css
<style>
a { background-color: #BC1A2B; }
a { background-color: rgb(188,26,43); }
div.DivClassName
{
background-color: #BC1A2B;
}
.BgClassName
{
background-color: #BC1A2B;
}
</style>
border-color css
<style>
span { border-color: #BC1A2B; }
span { border-color: rgb(188,26,43); }
td.TdClassName
{
border-color: #BC1A2B;
}
.TagClassName
{
border-color: #BC1A2B;
}
</style>