Shades of Cardinal #BC0839
Tints of Cardinal #BC0839
RGB
CMYK
RGB Variations
Color information
#BC0839 (or 0xBC0839) is known color: Cardinal. HEX triplet: BC, 08 and 39. RGB value is (188,8,57). Sum of RGB (Red+Green+Blue) = 188+8+57=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0839 is #43F7C6. Grayscale: #434343. Windows color (decimal): -4454343 or 3737788. OLE color: 3737788.
HSL color Cylindrical-coordinate representation of color #BC0839: hue angle of 343.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0839 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 57 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.26 |
| HSL | 343.67º | 0.92% | 0.38% | - |
| HSV(B) | 343.67º | 0.96% | 0.74% | - |
| XYZ | 21.56 | 11.16 | 4.89 | - |
| YUV | 67.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 57 | 0 | 0.96 | 0.70 | 0.26 | 343.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 39 | 0 | 60 | 46 | 1A | 158 | 5C | 26 |
| Octal | 274 | 10 | 71 | 0 | 140 | 106 | 32 | 530 | 134 | 46 |
| Binary | 10111100 | 1000 | 111001 | 0 | 1100000 | 1000110 | 11010 | 101011000 | 1011100 | 100110 |
Color Harmonies of #BC0839
Complementary color
Monochromatic Colors of #BC0839
Black with #BC0839
Text Example
Text Example
White with #BC0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0839; }
p { color: rgb(188,8,57); }
H1.HeaderClassName
{
color: #BC0839;
}
.AnyTagClassName
{
color: #BC0839;
}
</style>
background-color css
<style>
a { background-color: #BC0839; }
a { background-color: rgb(188,8,57); }
div.DivClassName
{
background-color: #BC0839;
}
.BgClassName
{
background-color: #BC0839;
}
</style>
border-color css
<style>
span { border-color: #BC0839; }
span { border-color: rgb(188,8,57); }
td.TdClassName
{
border-color: #BC0839;
}
.TagClassName
{
border-color: #BC0839;
}
</style>