Shades of Cardinal #BC0D2E
Tints of Cardinal #BC0D2E
RGB
CMYK
RGB Variations
Color information
#BC0D2E (or 0xBC0D2E) is known color: Cardinal. HEX triplet: BC, 0D and 2E. RGB value is (188,13,46). Sum of RGB (Red+Green+Blue) = 188+13+46=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D2E is #43F2D1. Grayscale: #454545. Windows color (decimal): -4453074 or 3018172. OLE color: 3018172.
HSL color Cylindrical-coordinate representation of color #BC0D2E: hue angle of 348.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D2E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 46 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.26 |
| HSL | 348.69º | 0.87% | 0.39% | - |
| HSV(B) | 348.69º | 0.93% | 0.74% | - |
| XYZ | 21.38 | 11.18 | 3.62 | - |
| YUV | 69.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 46 | 0 | 0.93 | 0.76 | 0.26 | 348.69 | 0.87 | 0.39 |
| Hex | BC | D | 2E | 0 | 5D | 4C | 1A | 15D | 57 | 27 |
| Octal | 274 | 15 | 56 | 0 | 135 | 114 | 32 | 535 | 127 | 47 |
| Binary | 10111100 | 1101 | 101110 | 0 | 1011101 | 1001100 | 11010 | 101011101 | 1010111 | 100111 |
Color Harmonies of #BC0D2E
Complementary color
Monochromatic Colors of #BC0D2E
Black with #BC0D2E
Text Example
Text Example
White with #BC0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D2E; }
p { color: rgb(188,13,46); }
H1.HeaderClassName
{
color: #BC0D2E;
}
.AnyTagClassName
{
color: #BC0D2E;
}
</style>
background-color css
<style>
a { background-color: #BC0D2E; }
a { background-color: rgb(188,13,46); }
div.DivClassName
{
background-color: #BC0D2E;
}
.BgClassName
{
background-color: #BC0D2E;
}
</style>
border-color css
<style>
span { border-color: #BC0D2E; }
span { border-color: rgb(188,13,46); }
td.TdClassName
{
border-color: #BC0D2E;
}
.TagClassName
{
border-color: #BC0D2E;
}
</style>