Shades of Cardinal #BC2044
Tints of Cardinal #BC2044
RGB
CMYK
RGB Variations
Color information
#BC2044 (or 0xBC2044) is known color: Cardinal. HEX triplet: BC, 20 and 44. RGB value is (188,32,68). Sum of RGB (Red+Green+Blue) = 188+32+68=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2044 is #43DFBB. Grayscale: #525252. Windows color (decimal): -4448188 or 4464828. OLE color: 4464828.
HSL color Cylindrical-coordinate representation of color #BC2044: hue angle of 346.15º 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 #BC2044 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 68 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.26 |
| HSL | 346.15º | 0.71% | 0.43% | - |
| HSV(B) | 346.15º | 0.83% | 0.74% | - |
| XYZ | 22.3 | 12.14 | 6.64 | - |
| YUV | 82.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 68 | 0 | 0.83 | 0.64 | 0.26 | 346.15 | 0.71 | 0.43 |
| Hex | BC | 20 | 44 | 0 | 53 | 40 | 1A | 15A | 47 | 2B |
| Octal | 274 | 40 | 104 | 0 | 123 | 100 | 32 | 532 | 107 | 53 |
| Binary | 10111100 | 100000 | 1000100 | 0 | 1010011 | 1000000 | 11010 | 101011010 | 1000111 | 101011 |
Color Harmonies of #BC2044
Complementary color
Monochromatic Colors of #BC2044
Black with #BC2044
Text Example
Text Example
White with #BC2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2044; }
p { color: rgb(188,32,68); }
H1.HeaderClassName
{
color: #BC2044;
}
.AnyTagClassName
{
color: #BC2044;
}
</style>
background-color css
<style>
a { background-color: #BC2044; }
a { background-color: rgb(188,32,68); }
div.DivClassName
{
background-color: #BC2044;
}
.BgClassName
{
background-color: #BC2044;
}
</style>
border-color css
<style>
span { border-color: #BC2044; }
span { border-color: rgb(188,32,68); }
td.TdClassName
{
border-color: #BC2044;
}
.TagClassName
{
border-color: #BC2044;
}
</style>