Shades of Cardinal #BC0033
Tints of Cardinal #BC0033
RGB
CMYK
RGB Variations
Color information
#BC0033 (or 0xBC0033) is known color: Cardinal. HEX triplet: BC, 00 and 33. RGB value is (188,0,51). Sum of RGB (Red+Green+Blue) = 188+0+51=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0033 is #43FFCC. Grayscale: #3E3E3E. Windows color (decimal): -4456397 or 3342524. OLE color: 3342524.
HSL color Cylindrical-coordinate representation of color #BC0033: hue angle of 343.72º 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 #BC0033 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.73 | 0.26 |
| HSL | 343.72º | 1% | 0.37% | - |
| HSV(B) | 343.72º | 1% | 0.74% | - |
| XYZ | 21.34 | 10.93 | 4.12 | - |
| YUV | 62.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 51 | 0 | 1 | 0.73 | 0.26 | 343.72 | 1 | 0.37 |
| Hex | BC | 0 | 33 | 0 | 64 | 49 | 1A | 158 | 64 | 25 |
| Octal | 274 | 0 | 63 | 0 | 144 | 111 | 32 | 530 | 144 | 45 |
| Binary | 10111100 | 0 | 110011 | 0 | 1100100 | 1001001 | 11010 | 101011000 | 1100100 | 100101 |
Color Harmonies of #BC0033
Complementary color
Monochromatic Colors of #BC0033
Black with #BC0033
Text Example
Text Example
White with #BC0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0033; }
p { color: rgb(188,0,51); }
H1.HeaderClassName
{
color: #BC0033;
}
.AnyTagClassName
{
color: #BC0033;
}
</style>
background-color css
<style>
a { background-color: #BC0033; }
a { background-color: rgb(188,0,51); }
div.DivClassName
{
background-color: #BC0033;
}
.BgClassName
{
background-color: #BC0033;
}
</style>
border-color css
<style>
span { border-color: #BC0033; }
span { border-color: rgb(188,0,51); }
td.TdClassName
{
border-color: #BC0033;
}
.TagClassName
{
border-color: #BC0033;
}
</style>