Shades of Cardinal #BC2043
Tints of Cardinal #BC2043
RGB
CMYK
RGB Variations
Color information
#BC2043 (or 0xBC2043) is known color: Cardinal. HEX triplet: BC, 20 and 43. RGB value is (188,32,67). Sum of RGB (Red+Green+Blue) = 188+32+67=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2043 is #43DFBC. Grayscale: #525252. Windows color (decimal): -4448189 or 4399292. OLE color: 4399292.
HSL color Cylindrical-coordinate representation of color #BC2043: hue angle of 346.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2043 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 67 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.26 |
| HSL | 346.54º | 0.71% | 0.43% | - |
| HSV(B) | 346.54º | 0.83% | 0.74% | - |
| XYZ | 22.27 | 12.13 | 6.48 | - |
| YUV | 82.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 67 | 0 | 0.83 | 0.64 | 0.26 | 346.54 | 0.71 | 0.43 |
| Hex | BC | 20 | 43 | 0 | 53 | 40 | 1A | 15B | 47 | 2B |
| Octal | 274 | 40 | 103 | 0 | 123 | 100 | 32 | 533 | 107 | 53 |
| Binary | 10111100 | 100000 | 1000011 | 0 | 1010011 | 1000000 | 11010 | 101011011 | 1000111 | 101011 |
Color Harmonies of #BC2043
Complementary color
Monochromatic Colors of #BC2043
Black with #BC2043
Text Example
Text Example
White with #BC2043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2043; }
p { color: rgb(188,32,67); }
H1.HeaderClassName
{
color: #BC2043;
}
.AnyTagClassName
{
color: #BC2043;
}
</style>
background-color css
<style>
a { background-color: #BC2043; }
a { background-color: rgb(188,32,67); }
div.DivClassName
{
background-color: #BC2043;
}
.BgClassName
{
background-color: #BC2043;
}
</style>
border-color css
<style>
span { border-color: #BC2043; }
span { border-color: rgb(188,32,67); }
td.TdClassName
{
border-color: #BC2043;
}
.TagClassName
{
border-color: #BC2043;
}
</style>