Shades of Cardinal #BC1E2D
Tints of Cardinal #BC1E2D
RGB
CMYK
RGB Variations
Color information
#BC1E2D (or 0xBC1E2D) is known color: Cardinal. HEX triplet: BC, 1E and 2D. RGB value is (188,30,45). Sum of RGB (Red+Green+Blue) = 188+30+45=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E2D is #43E1D2. Grayscale: #4F4F4F. Windows color (decimal): -4448723 or 2956988. OLE color: 2956988.
HSL color Cylindrical-coordinate representation of color #BC1E2D: hue angle of 354.3º 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 #BC1E2D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 45 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.26 |
| HSL | 354.3º | 0.72% | 0.43% | - |
| HSV(B) | 354.3º | 0.84% | 0.74% | - |
| XYZ | 21.68 | 11.81 | 3.62 | - |
| YUV | 78.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 45 | 0 | 0.84 | 0.76 | 0.26 | 354.3 | 0.72 | 0.43 |
| Hex | BC | 1E | 2D | 0 | 54 | 4C | 1A | 162 | 48 | 2B |
| Octal | 274 | 36 | 55 | 0 | 124 | 114 | 32 | 542 | 110 | 53 |
| Binary | 10111100 | 11110 | 101101 | 0 | 1010100 | 1001100 | 11010 | 101100010 | 1001000 | 101011 |
Color Harmonies of #BC1E2D
Complementary color
Monochromatic Colors of #BC1E2D
Black with #BC1E2D
Text Example
Text Example
White with #BC1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E2D; }
p { color: rgb(188,30,45); }
H1.HeaderClassName
{
color: #BC1E2D;
}
.AnyTagClassName
{
color: #BC1E2D;
}
</style>
background-color css
<style>
a { background-color: #BC1E2D; }
a { background-color: rgb(188,30,45); }
div.DivClassName
{
background-color: #BC1E2D;
}
.BgClassName
{
background-color: #BC1E2D;
}
</style>
border-color css
<style>
span { border-color: #BC1E2D; }
span { border-color: rgb(188,30,45); }
td.TdClassName
{
border-color: #BC1E2D;
}
.TagClassName
{
border-color: #BC1E2D;
}
</style>