Shades of Cardinal #BC1B2D
Tints of Cardinal #BC1B2D
RGB
CMYK
RGB Variations
Color information
#BC1B2D (or 0xBC1B2D) is known color: Cardinal. HEX triplet: BC, 1B and 2D. RGB value is (188,27,45). Sum of RGB (Red+Green+Blue) = 188+27+45=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B2D is #43E4D2. Grayscale: #4D4D4D. Windows color (decimal): -4449491 or 2956220. OLE color: 2956220.
HSL color Cylindrical-coordinate representation of color #BC1B2D: hue angle of 353.29º degrees, saturation: 0.75, 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 #BC1B2D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 45 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.26 |
| HSL | 353.29º | 0.75% | 0.42% | - |
| HSV(B) | 353.29º | 0.86% | 0.74% | - |
| XYZ | 21.6 | 11.66 | 3.6 | - |
| YUV | 77.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 45 | 0 | 0.86 | 0.76 | 0.26 | 353.29 | 0.75 | 0.42 |
| Hex | BC | 1B | 2D | 0 | 56 | 4C | 1A | 161 | 4B | 2A |
| Octal | 274 | 33 | 55 | 0 | 126 | 114 | 32 | 541 | 113 | 52 |
| Binary | 10111100 | 11011 | 101101 | 0 | 1010110 | 1001100 | 11010 | 101100001 | 1001011 | 101010 |
Color Harmonies of #BC1B2D
Complementary color
Monochromatic Colors of #BC1B2D
Black with #BC1B2D
Text Example
Text Example
White with #BC1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B2D; }
p { color: rgb(188,27,45); }
H1.HeaderClassName
{
color: #BC1B2D;
}
.AnyTagClassName
{
color: #BC1B2D;
}
</style>
background-color css
<style>
a { background-color: #BC1B2D; }
a { background-color: rgb(188,27,45); }
div.DivClassName
{
background-color: #BC1B2D;
}
.BgClassName
{
background-color: #BC1B2D;
}
</style>
border-color css
<style>
span { border-color: #BC1B2D; }
span { border-color: rgb(188,27,45); }
td.TdClassName
{
border-color: #BC1B2D;
}
.TagClassName
{
border-color: #BC1B2D;
}
</style>