Shades of Cardinal #BC0444
Tints of Cardinal #BC0444
RGB
CMYK
RGB Variations
Color information
#BC0444 (or 0xBC0444) is known color: Cardinal. HEX triplet: BC, 04 and 44. RGB value is (188,4,68). Sum of RGB (Red+Green+Blue) = 188+4+68=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0444 is #43FBBB. Grayscale: #424242. Windows color (decimal): -4455356 or 4457660. OLE color: 4457660.
HSL color Cylindrical-coordinate representation of color #BC0444: hue angle of 339.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0444 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.26 |
| HSL | 339.13º | 0.96% | 0.38% | - |
| HSV(B) | 339.13º | 0.98% | 0.74% | - |
| XYZ | 21.83 | 11.2 | 6.48 | - |
| YUV | 66.31 | 128.96 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 68 | 0 | 0.98 | 0.64 | 0.26 | 339.13 | 0.96 | 0.38 |
| Hex | BC | 4 | 44 | 0 | 62 | 40 | 1A | 153 | 60 | 26 |
| Octal | 274 | 4 | 104 | 0 | 142 | 100 | 32 | 523 | 140 | 46 |
| Binary | 10111100 | 100 | 1000100 | 0 | 1100010 | 1000000 | 11010 | 101010011 | 1100000 | 100110 |
Color Harmonies of #BC0444
Complementary color
Monochromatic Colors of #BC0444
Black with #BC0444
Text Example
Text Example
White with #BC0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0444; }
p { color: rgb(188,4,68); }
H1.HeaderClassName
{
color: #BC0444;
}
.AnyTagClassName
{
color: #BC0444;
}
</style>
background-color css
<style>
a { background-color: #BC0444; }
a { background-color: rgb(188,4,68); }
div.DivClassName
{
background-color: #BC0444;
}
.BgClassName
{
background-color: #BC0444;
}
</style>
border-color css
<style>
span { border-color: #BC0444; }
span { border-color: rgb(188,4,68); }
td.TdClassName
{
border-color: #BC0444;
}
.TagClassName
{
border-color: #BC0444;
}
</style>