Shades of Cardinal #BC1336
Tints of Cardinal #BC1336
RGB
CMYK
RGB Variations
Color information
#BC1336 (or 0xBC1336) is known color: Cardinal. HEX triplet: BC, 13 and 36. RGB value is (188,19,54). Sum of RGB (Red+Green+Blue) = 188+19+54=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1336 is #43ECC9. Grayscale: #494949. Windows color (decimal): -4451530 or 3543996. OLE color: 3543996.
HSL color Cylindrical-coordinate representation of color #BC1336: hue angle of 347.57º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1336 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 54 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.26 |
| HSL | 347.57º | 0.82% | 0.41% | - |
| HSV(B) | 347.57º | 0.9% | 0.74% | - |
| XYZ | 21.64 | 11.42 | 4.55 | - |
| YUV | 73.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 54 | 0 | 0.90 | 0.71 | 0.26 | 347.57 | 0.82 | 0.41 |
| Hex | BC | 13 | 36 | 0 | 5A | 47 | 1A | 15C | 52 | 29 |
| Octal | 274 | 23 | 66 | 0 | 132 | 107 | 32 | 534 | 122 | 51 |
| Binary | 10111100 | 10011 | 110110 | 0 | 1011010 | 1000111 | 11010 | 101011100 | 1010010 | 101001 |
Color Harmonies of #BC1336
Complementary color
Monochromatic Colors of #BC1336
Black with #BC1336
Text Example
Text Example
White with #BC1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1336; }
p { color: rgb(188,19,54); }
H1.HeaderClassName
{
color: #BC1336;
}
.AnyTagClassName
{
color: #BC1336;
}
</style>
background-color css
<style>
a { background-color: #BC1336; }
a { background-color: rgb(188,19,54); }
div.DivClassName
{
background-color: #BC1336;
}
.BgClassName
{
background-color: #BC1336;
}
</style>
border-color css
<style>
span { border-color: #BC1336; }
span { border-color: rgb(188,19,54); }
td.TdClassName
{
border-color: #BC1336;
}
.TagClassName
{
border-color: #BC1336;
}
</style>