Shades of Cardinal #BC0331
Tints of Cardinal #BC0331
RGB
CMYK
RGB Variations
Color information
#BC0331 (or 0xBC0331) is known color: Cardinal. HEX triplet: BC, 03 and 31. RGB value is (188,3,49). Sum of RGB (Red+Green+Blue) = 188+3+49=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0331 is #43FCCE. Grayscale: #3F3F3F. Windows color (decimal): -4455631 or 3212220. OLE color: 3212220.
HSL color Cylindrical-coordinate representation of color #BC0331: hue angle of 345.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0331 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.26 |
| HSL | 345.08º | 0.97% | 0.37% | - |
| HSV(B) | 345.08º | 0.98% | 0.74% | - |
| XYZ | 21.33 | 10.98 | 3.9 | - |
| YUV | 63.56 | 119.79 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 49 | 0 | 0.98 | 0.74 | 0.26 | 345.08 | 0.97 | 0.37 |
| Hex | BC | 3 | 31 | 0 | 62 | 4A | 1A | 159 | 61 | 25 |
| Octal | 274 | 3 | 61 | 0 | 142 | 112 | 32 | 531 | 141 | 45 |
| Binary | 10111100 | 11 | 110001 | 0 | 1100010 | 1001010 | 11010 | 101011001 | 1100001 | 100101 |
Color Harmonies of #BC0331
Complementary color
Monochromatic Colors of #BC0331
Black with #BC0331
Text Example
Text Example
White with #BC0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0331; }
p { color: rgb(188,3,49); }
H1.HeaderClassName
{
color: #BC0331;
}
.AnyTagClassName
{
color: #BC0331;
}
</style>
background-color css
<style>
a { background-color: #BC0331; }
a { background-color: rgb(188,3,49); }
div.DivClassName
{
background-color: #BC0331;
}
.BgClassName
{
background-color: #BC0331;
}
</style>
border-color css
<style>
span { border-color: #BC0331; }
span { border-color: rgb(188,3,49); }
td.TdClassName
{
border-color: #BC0331;
}
.TagClassName
{
border-color: #BC0331;
}
</style>