Shades of Cardinal #BC1639
Tints of Cardinal #BC1639
RGB
CMYK
RGB Variations
Color information
#BC1639 (or 0xBC1639) is known color: Cardinal. HEX triplet: BC, 16 and 39. RGB value is (188,22,57). Sum of RGB (Red+Green+Blue) = 188+22+57=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1639 is #43E9C6. Grayscale: #4B4B4B. Windows color (decimal): -4450759 or 3741372. OLE color: 3741372.
HSL color Cylindrical-coordinate representation of color #BC1639: hue angle of 347.35º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1639 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 57 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.26 |
| HSL | 347.35º | 0.79% | 0.41% | - |
| HSV(B) | 347.35º | 0.88% | 0.74% | - |
| XYZ | 21.76 | 11.56 | 4.96 | - |
| YUV | 75.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 57 | 0 | 0.88 | 0.70 | 0.26 | 347.35 | 0.79 | 0.41 |
| Hex | BC | 16 | 39 | 0 | 58 | 46 | 1A | 15B | 4F | 29 |
| Octal | 274 | 26 | 71 | 0 | 130 | 106 | 32 | 533 | 117 | 51 |
| Binary | 10111100 | 10110 | 111001 | 0 | 1011000 | 1000110 | 11010 | 101011011 | 1001111 | 101001 |
Color Harmonies of #BC1639
Complementary color
Monochromatic Colors of #BC1639
Black with #BC1639
Text Example
Text Example
White with #BC1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1639; }
p { color: rgb(188,22,57); }
H1.HeaderClassName
{
color: #BC1639;
}
.AnyTagClassName
{
color: #BC1639;
}
</style>
background-color css
<style>
a { background-color: #BC1639; }
a { background-color: rgb(188,22,57); }
div.DivClassName
{
background-color: #BC1639;
}
.BgClassName
{
background-color: #BC1639;
}
</style>
border-color css
<style>
span { border-color: #BC1639; }
span { border-color: rgb(188,22,57); }
td.TdClassName
{
border-color: #BC1639;
}
.TagClassName
{
border-color: #BC1639;
}
</style>