Shades of Cardinal #BC1E2A
Tints of Cardinal #BC1E2A
RGB
CMYK
RGB Variations
Color information
#BC1E2A (or 0xBC1E2A) is known color: Cardinal. HEX triplet: BC, 1E and 2A. RGB value is (188,30,42). Sum of RGB (Red+Green+Blue) = 188+30+42=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E2A is #43E1D5. Grayscale: #4E4E4E. Windows color (decimal): -4448726 or 2760380. OLE color: 2760380.
HSL color Cylindrical-coordinate representation of color #BC1E2A: hue angle of 355.44º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E2A is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 42 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.26 |
| HSL | 355.44º | 0.72% | 0.43% | - |
| HSV(B) | 355.44º | 0.84% | 0.74% | - |
| XYZ | 21.62 | 11.79 | 3.33 | - |
| YUV | 78.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 42 | 0 | 0.84 | 0.78 | 0.26 | 355.44 | 0.72 | 0.43 |
| Hex | BC | 1E | 2A | 0 | 54 | 4E | 1A | 163 | 48 | 2B |
| Octal | 274 | 36 | 52 | 0 | 124 | 116 | 32 | 543 | 110 | 53 |
| Binary | 10111100 | 11110 | 101010 | 0 | 1010100 | 1001110 | 11010 | 101100011 | 1001000 | 101011 |
Color Harmonies of #BC1E2A
Complementary color
Monochromatic Colors of #BC1E2A
Black with #BC1E2A
Text Example
Text Example
White with #BC1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E2A; }
p { color: rgb(188,30,42); }
H1.HeaderClassName
{
color: #BC1E2A;
}
.AnyTagClassName
{
color: #BC1E2A;
}
</style>
background-color css
<style>
a { background-color: #BC1E2A; }
a { background-color: rgb(188,30,42); }
div.DivClassName
{
background-color: #BC1E2A;
}
.BgClassName
{
background-color: #BC1E2A;
}
</style>
border-color css
<style>
span { border-color: #BC1E2A; }
span { border-color: rgb(188,30,42); }
td.TdClassName
{
border-color: #BC1E2A;
}
.TagClassName
{
border-color: #BC1E2A;
}
</style>