Shades of Cardinal #BC1C2B
Tints of Cardinal #BC1C2B
RGB
CMYK
RGB Variations
Color information
#BC1C2B (or 0xBC1C2B) is known color: Cardinal. HEX triplet: BC, 1C and 2B. RGB value is (188,28,43). Sum of RGB (Red+Green+Blue) = 188+28+43=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C2B is #43E3D4. Grayscale: #4D4D4D. Windows color (decimal): -4449237 or 2825404. OLE color: 2825404.
HSL color Cylindrical-coordinate representation of color #BC1C2B: hue angle of 354.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C2B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 43 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.26 |
| HSL | 354.38º | 0.74% | 0.42% | - |
| HSV(B) | 354.38º | 0.85% | 0.74% | - |
| XYZ | 21.59 | 11.7 | 3.41 | - |
| YUV | 77.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 43 | 0 | 0.85 | 0.77 | 0.26 | 354.38 | 0.74 | 0.42 |
| Hex | BC | 1C | 2B | 0 | 55 | 4D | 1A | 162 | 4A | 2A |
| Octal | 274 | 34 | 53 | 0 | 125 | 115 | 32 | 542 | 112 | 52 |
| Binary | 10111100 | 11100 | 101011 | 0 | 1010101 | 1001101 | 11010 | 101100010 | 1001010 | 101010 |
Color Harmonies of #BC1C2B
Complementary color
Monochromatic Colors of #BC1C2B
Black with #BC1C2B
Text Example
Text Example
White with #BC1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C2B; }
p { color: rgb(188,28,43); }
H1.HeaderClassName
{
color: #BC1C2B;
}
.AnyTagClassName
{
color: #BC1C2B;
}
</style>
background-color css
<style>
a { background-color: #BC1C2B; }
a { background-color: rgb(188,28,43); }
div.DivClassName
{
background-color: #BC1C2B;
}
.BgClassName
{
background-color: #BC1C2B;
}
</style>
border-color css
<style>
span { border-color: #BC1C2B; }
span { border-color: rgb(188,28,43); }
td.TdClassName
{
border-color: #BC1C2B;
}
.TagClassName
{
border-color: #BC1C2B;
}
</style>