Shades of Cardinal #BC0638
Tints of Cardinal #BC0638
RGB
CMYK
RGB Variations
Color information
#BC0638 (or 0xBC0638) is known color: Cardinal. HEX triplet: BC, 06 and 38. RGB value is (188,6,56). Sum of RGB (Red+Green+Blue) = 188+6+56=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0638 is #43F9C7. Grayscale: #424242. Windows color (decimal): -4454856 or 3671740. OLE color: 3671740.
HSL color Cylindrical-coordinate representation of color #BC0638: hue angle of 343.52º 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 #BC0638 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 56 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.26 |
| HSL | 343.52º | 0.94% | 0.38% | - |
| HSV(B) | 343.52º | 0.97% | 0.74% | - |
| XYZ | 21.52 | 11.11 | 4.75 | - |
| YUV | 66.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 56 | 0 | 0.97 | 0.70 | 0.26 | 343.52 | 0.94 | 0.38 |
| Hex | BC | 6 | 38 | 0 | 61 | 46 | 1A | 158 | 5E | 26 |
| Octal | 274 | 6 | 70 | 0 | 141 | 106 | 32 | 530 | 136 | 46 |
| Binary | 10111100 | 110 | 111000 | 0 | 1100001 | 1000110 | 11010 | 101011000 | 1011110 | 100110 |
Color Harmonies of #BC0638
Complementary color
Monochromatic Colors of #BC0638
Black with #BC0638
Text Example
Text Example
White with #BC0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0638; }
p { color: rgb(188,6,56); }
H1.HeaderClassName
{
color: #BC0638;
}
.AnyTagClassName
{
color: #BC0638;
}
</style>
background-color css
<style>
a { background-color: #BC0638; }
a { background-color: rgb(188,6,56); }
div.DivClassName
{
background-color: #BC0638;
}
.BgClassName
{
background-color: #BC0638;
}
</style>
border-color css
<style>
span { border-color: #BC0638; }
span { border-color: rgb(188,6,56); }
td.TdClassName
{
border-color: #BC0638;
}
.TagClassName
{
border-color: #BC0638;
}
</style>