Shades of Cardinal #BC0631
Tints of Cardinal #BC0631
RGB
CMYK
RGB Variations
Color information
#BC0631 (or 0xBC0631) is known color: Cardinal. HEX triplet: BC, 06 and 31. RGB value is (188,6,49). Sum of RGB (Red+Green+Blue) = 188+6+49=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0631 is #43F9CE. Grayscale: #414141. Windows color (decimal): -4454863 or 3212988. OLE color: 3212988.
HSL color Cylindrical-coordinate representation of color #BC0631: hue angle of 345.82º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0631 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.26 |
| HSL | 345.82º | 0.94% | 0.38% | - |
| HSV(B) | 345.82º | 0.97% | 0.74% | - |
| XYZ | 21.36 | 11.04 | 3.91 | - |
| YUV | 65.32 | 118.8 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 49 | 0 | 0.97 | 0.74 | 0.26 | 345.82 | 0.94 | 0.38 |
| Hex | BC | 6 | 31 | 0 | 61 | 4A | 1A | 15A | 5E | 26 |
| Octal | 274 | 6 | 61 | 0 | 141 | 112 | 32 | 532 | 136 | 46 |
| Binary | 10111100 | 110 | 110001 | 0 | 1100001 | 1001010 | 11010 | 101011010 | 1011110 | 100110 |
Color Harmonies of #BC0631
Complementary color
Monochromatic Colors of #BC0631
Black with #BC0631
Text Example
Text Example
White with #BC0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0631; }
p { color: rgb(188,6,49); }
H1.HeaderClassName
{
color: #BC0631;
}
.AnyTagClassName
{
color: #BC0631;
}
</style>
background-color css
<style>
a { background-color: #BC0631; }
a { background-color: rgb(188,6,49); }
div.DivClassName
{
background-color: #BC0631;
}
.BgClassName
{
background-color: #BC0631;
}
</style>
border-color css
<style>
span { border-color: #BC0631; }
span { border-color: rgb(188,6,49); }
td.TdClassName
{
border-color: #BC0631;
}
.TagClassName
{
border-color: #BC0631;
}
</style>