Shades of Cardinal #BC0031
Tints of Cardinal #BC0031
RGB
CMYK
RGB Variations
Color information
#BC0031 (or 0xBC0031) is known color: Cardinal. HEX triplet: BC, 00 and 31. RGB value is (188,0,49). Sum of RGB (Red+Green+Blue) = 188+0+49=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0031 is #43FFCE. Grayscale: #3D3D3D. Windows color (decimal): -4456399 or 3211452. OLE color: 3211452.
HSL color Cylindrical-coordinate representation of color #BC0031: hue angle of 344.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0031 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.74 | 0.26 |
| HSL | 344.36º | 1% | 0.37% | - |
| HSV(B) | 344.36º | 1% | 0.74% | - |
| XYZ | 21.29 | 10.91 | 3.89 | - |
| YUV | 61.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 49 | 0 | 1 | 0.74 | 0.26 | 344.36 | 1 | 0.37 |
| Hex | BC | 0 | 31 | 0 | 64 | 4A | 1A | 158 | 64 | 25 |
| Octal | 274 | 0 | 61 | 0 | 144 | 112 | 32 | 530 | 144 | 45 |
| Binary | 10111100 | 0 | 110001 | 0 | 1100100 | 1001010 | 11010 | 101011000 | 1100100 | 100101 |
Color Harmonies of #BC0031
Complementary color
Monochromatic Colors of #BC0031
Black with #BC0031
Text Example
Text Example
White with #BC0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0031; }
p { color: rgb(188,0,49); }
H1.HeaderClassName
{
color: #BC0031;
}
.AnyTagClassName
{
color: #BC0031;
}
</style>
background-color css
<style>
a { background-color: #BC0031; }
a { background-color: rgb(188,0,49); }
div.DivClassName
{
background-color: #BC0031;
}
.BgClassName
{
background-color: #BC0031;
}
</style>
border-color css
<style>
span { border-color: #BC0031; }
span { border-color: rgb(188,0,49); }
td.TdClassName
{
border-color: #BC0031;
}
.TagClassName
{
border-color: #BC0031;
}
</style>