Shades of Cardinal #BC0F2C
Tints of Cardinal #BC0F2C
RGB
CMYK
RGB Variations
Color information
#BC0F2C (or 0xBC0F2C) is known color: Cardinal. HEX triplet: BC, 0F and 2C. RGB value is (188,15,44). Sum of RGB (Red+Green+Blue) = 188+15+44=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F2C is #43F0D3. Grayscale: #464646. Windows color (decimal): -4452564 or 2887612. OLE color: 2887612.
HSL color Cylindrical-coordinate representation of color #BC0F2C: hue angle of 349.94º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F2C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 44 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.26 |
| HSL | 349.94º | 0.85% | 0.4% | - |
| HSV(B) | 349.94º | 0.92% | 0.74% | - |
| XYZ | 21.36 | 11.21 | 3.42 | - |
| YUV | 70.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 44 | 0 | 0.92 | 0.77 | 0.26 | 349.94 | 0.85 | 0.4 |
| Hex | BC | F | 2C | 0 | 5C | 4D | 1A | 15E | 55 | 28 |
| Octal | 274 | 17 | 54 | 0 | 134 | 115 | 32 | 536 | 125 | 50 |
| Binary | 10111100 | 1111 | 101100 | 0 | 1011100 | 1001101 | 11010 | 101011110 | 1010101 | 101000 |
Color Harmonies of #BC0F2C
Complementary color
Monochromatic Colors of #BC0F2C
Black with #BC0F2C
Text Example
Text Example
White with #BC0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F2C; }
p { color: rgb(188,15,44); }
H1.HeaderClassName
{
color: #BC0F2C;
}
.AnyTagClassName
{
color: #BC0F2C;
}
</style>
background-color css
<style>
a { background-color: #BC0F2C; }
a { background-color: rgb(188,15,44); }
div.DivClassName
{
background-color: #BC0F2C;
}
.BgClassName
{
background-color: #BC0F2C;
}
</style>
border-color css
<style>
span { border-color: #BC0F2C; }
span { border-color: rgb(188,15,44); }
td.TdClassName
{
border-color: #BC0F2C;
}
.TagClassName
{
border-color: #BC0F2C;
}
</style>