Shades of Cardinal #BC0445
Tints of Cardinal #BC0445
RGB
CMYK
RGB Variations
Color information
#BC0445 (or 0xBC0445) is known color: Cardinal. HEX triplet: BC, 04 and 45. RGB value is (188,4,69). Sum of RGB (Red+Green+Blue) = 188+4+69=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0445 is #43FBBA. Grayscale: #424242. Windows color (decimal): -4455355 or 4523196. OLE color: 4523196.
HSL color Cylindrical-coordinate representation of color #BC0445: hue angle of 338.8º 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 #BC0445 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.26 |
| HSL | 338.8º | 0.96% | 0.38% | - |
| HSV(B) | 338.8º | 0.98% | 0.74% | - |
| XYZ | 21.86 | 11.21 | 6.64 | - |
| YUV | 66.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 69 | 0 | 0.98 | 0.63 | 0.26 | 338.8 | 0.96 | 0.38 |
| Hex | BC | 4 | 45 | 0 | 62 | 3F | 1A | 153 | 60 | 26 |
| Octal | 274 | 4 | 105 | 0 | 142 | 77 | 32 | 523 | 140 | 46 |
| Binary | 10111100 | 100 | 1000101 | 0 | 1100010 | 111111 | 11010 | 101010011 | 1100000 | 100110 |
Color Harmonies of #BC0445
Complementary color
Monochromatic Colors of #BC0445
Black with #BC0445
Text Example
Text Example
White with #BC0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0445; }
p { color: rgb(188,4,69); }
H1.HeaderClassName
{
color: #BC0445;
}
.AnyTagClassName
{
color: #BC0445;
}
</style>
background-color css
<style>
a { background-color: #BC0445; }
a { background-color: rgb(188,4,69); }
div.DivClassName
{
background-color: #BC0445;
}
.BgClassName
{
background-color: #BC0445;
}
</style>
border-color css
<style>
span { border-color: #BC0445; }
span { border-color: rgb(188,4,69); }
td.TdClassName
{
border-color: #BC0445;
}
.TagClassName
{
border-color: #BC0445;
}
</style>