Shades of Cardinal #BC0F2E
Tints of Cardinal #BC0F2E
RGB
CMYK
RGB Variations
Color information
#BC0F2E (or 0xBC0F2E) is known color: Cardinal. HEX triplet: BC, 0F and 2E. RGB value is (188,15,46). Sum of RGB (Red+Green+Blue) = 188+15+46=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F2E is #43F0D1. Grayscale: #464646. Windows color (decimal): -4452562 or 3018684. OLE color: 3018684.
HSL color Cylindrical-coordinate representation of color #BC0F2E: hue angle of 349.25º 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 #BC0F2E is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 46 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.26 |
| HSL | 349.25º | 0.85% | 0.4% | - |
| HSV(B) | 349.25º | 0.92% | 0.74% | - |
| XYZ | 21.4 | 11.23 | 3.62 | - |
| YUV | 70.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 46 | 0 | 0.92 | 0.76 | 0.26 | 349.25 | 0.85 | 0.4 |
| Hex | BC | F | 2E | 0 | 5C | 4C | 1A | 15D | 55 | 28 |
| Octal | 274 | 17 | 56 | 0 | 134 | 114 | 32 | 535 | 125 | 50 |
| Binary | 10111100 | 1111 | 101110 | 0 | 1011100 | 1001100 | 11010 | 101011101 | 1010101 | 101000 |
Color Harmonies of #BC0F2E
Complementary color
Monochromatic Colors of #BC0F2E
Black with #BC0F2E
Text Example
Text Example
White with #BC0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F2E; }
p { color: rgb(188,15,46); }
H1.HeaderClassName
{
color: #BC0F2E;
}
.AnyTagClassName
{
color: #BC0F2E;
}
</style>
background-color css
<style>
a { background-color: #BC0F2E; }
a { background-color: rgb(188,15,46); }
div.DivClassName
{
background-color: #BC0F2E;
}
.BgClassName
{
background-color: #BC0F2E;
}
</style>
border-color css
<style>
span { border-color: #BC0F2E; }
span { border-color: rgb(188,15,46); }
td.TdClassName
{
border-color: #BC0F2E;
}
.TagClassName
{
border-color: #BC0F2E;
}
</style>