Shades of Cardinal #BC0C2D
Tints of Cardinal #BC0C2D
RGB
CMYK
RGB Variations
Color information
#BC0C2D (or 0xBC0C2D) is known color: Cardinal. HEX triplet: BC, 0C and 2D. RGB value is (188,12,45). Sum of RGB (Red+Green+Blue) = 188+12+45=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C2D is #43F3D2. Grayscale: #444444. Windows color (decimal): -4453331 or 2952380. OLE color: 2952380.
HSL color Cylindrical-coordinate representation of color #BC0C2D: hue angle of 348.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 45 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.26 |
| HSL | 348.75º | 0.88% | 0.39% | - |
| HSV(B) | 348.75º | 0.94% | 0.74% | - |
| XYZ | 21.34 | 11.14 | 3.51 | - |
| YUV | 68.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 45 | 0 | 0.94 | 0.76 | 0.26 | 348.75 | 0.88 | 0.39 |
| Hex | BC | C | 2D | 0 | 5E | 4C | 1A | 15D | 58 | 27 |
| Octal | 274 | 14 | 55 | 0 | 136 | 114 | 32 | 535 | 130 | 47 |
| Binary | 10111100 | 1100 | 101101 | 0 | 1011110 | 1001100 | 11010 | 101011101 | 1011000 | 100111 |
Color Harmonies of #BC0C2D
Complementary color
Monochromatic Colors of #BC0C2D
Black with #BC0C2D
Text Example
Text Example
White with #BC0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C2D; }
p { color: rgb(188,12,45); }
H1.HeaderClassName
{
color: #BC0C2D;
}
.AnyTagClassName
{
color: #BC0C2D;
}
</style>
background-color css
<style>
a { background-color: #BC0C2D; }
a { background-color: rgb(188,12,45); }
div.DivClassName
{
background-color: #BC0C2D;
}
.BgClassName
{
background-color: #BC0C2D;
}
</style>
border-color css
<style>
span { border-color: #BC0C2D; }
span { border-color: rgb(188,12,45); }
td.TdClassName
{
border-color: #BC0C2D;
}
.TagClassName
{
border-color: #BC0C2D;
}
</style>