Shades of Cardinal #BC0639
Tints of Cardinal #BC0639
RGB
CMYK
RGB Variations
Color information
#BC0639 (or 0xBC0639) is known color: Cardinal. HEX triplet: BC, 06 and 39. RGB value is (188,6,57). Sum of RGB (Red+Green+Blue) = 188+6+57=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0639 is #43F9C6. Grayscale: #424242. Windows color (decimal): -4454855 or 3737276. OLE color: 3737276.
HSL color Cylindrical-coordinate representation of color #BC0639: hue angle of 343.19º 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 #BC0639 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 57 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.26 |
| HSL | 343.19º | 0.94% | 0.38% | - |
| HSV(B) | 343.19º | 0.97% | 0.74% | - |
| XYZ | 21.54 | 11.12 | 4.88 | - |
| YUV | 66.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 57 | 0 | 0.97 | 0.70 | 0.26 | 343.19 | 0.94 | 0.38 |
| Hex | BC | 6 | 39 | 0 | 61 | 46 | 1A | 157 | 5E | 26 |
| Octal | 274 | 6 | 71 | 0 | 141 | 106 | 32 | 527 | 136 | 46 |
| Binary | 10111100 | 110 | 111001 | 0 | 1100001 | 1000110 | 11010 | 101010111 | 1011110 | 100110 |
Color Harmonies of #BC0639
Complementary color
Monochromatic Colors of #BC0639
Black with #BC0639
Text Example
Text Example
White with #BC0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0639; }
p { color: rgb(188,6,57); }
H1.HeaderClassName
{
color: #BC0639;
}
.AnyTagClassName
{
color: #BC0639;
}
</style>
background-color css
<style>
a { background-color: #BC0639; }
a { background-color: rgb(188,6,57); }
div.DivClassName
{
background-color: #BC0639;
}
.BgClassName
{
background-color: #BC0639;
}
</style>
border-color css
<style>
span { border-color: #BC0639; }
span { border-color: rgb(188,6,57); }
td.TdClassName
{
border-color: #BC0639;
}
.TagClassName
{
border-color: #BC0639;
}
</style>