Shades of Cardinal #BC0E3E
Tints of Cardinal #BC0E3E
RGB
CMYK
RGB Variations
Color information
#BC0E3E (or 0xBC0E3E) is known color: Cardinal. HEX triplet: BC, 0E and 3E. RGB value is (188,14,62). Sum of RGB (Red+Green+Blue) = 188+14+62=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E3E is #43F1C1. Grayscale: #474747. Windows color (decimal): -4452802 or 4067004. OLE color: 4067004.
HSL color Cylindrical-coordinate representation of color #BC0E3E: hue angle of 343.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E3E is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 62 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.26 |
| HSL | 343.45º | 0.86% | 0.4% | - |
| HSV(B) | 343.45º | 0.93% | 0.74% | - |
| XYZ | 21.77 | 11.35 | 5.6 | - |
| YUV | 71.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 62 | 0 | 0.93 | 0.67 | 0.26 | 343.45 | 0.86 | 0.4 |
| Hex | BC | E | 3E | 0 | 5D | 43 | 1A | 157 | 56 | 28 |
| Octal | 274 | 16 | 76 | 0 | 135 | 103 | 32 | 527 | 126 | 50 |
| Binary | 10111100 | 1110 | 111110 | 0 | 1011101 | 1000011 | 11010 | 101010111 | 1010110 | 101000 |
Color Harmonies of #BC0E3E
Complementary color
Monochromatic Colors of #BC0E3E
Black with #BC0E3E
Text Example
Text Example
White with #BC0E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E3E; }
p { color: rgb(188,14,62); }
H1.HeaderClassName
{
color: #BC0E3E;
}
.AnyTagClassName
{
color: #BC0E3E;
}
</style>
background-color css
<style>
a { background-color: #BC0E3E; }
a { background-color: rgb(188,14,62); }
div.DivClassName
{
background-color: #BC0E3E;
}
.BgClassName
{
background-color: #BC0E3E;
}
</style>
border-color css
<style>
span { border-color: #BC0E3E; }
span { border-color: rgb(188,14,62); }
td.TdClassName
{
border-color: #BC0E3E;
}
.TagClassName
{
border-color: #BC0E3E;
}
</style>