Shades of Cardinal #BC072C
Tints of Cardinal #BC072C
RGB
CMYK
RGB Variations
Color information
#BC072C (or 0xBC072C) is known color: Cardinal. HEX triplet: BC, 07 and 2C. RGB value is (188,7,44). Sum of RGB (Red+Green+Blue) = 188+7+44=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC072C is #43F8D3. Grayscale: #414141. Windows color (decimal): -4454612 or 2885564. OLE color: 2885564.
HSL color Cylindrical-coordinate representation of color #BC072C: hue angle of 347.73º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC072C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.26 |
| HSL | 347.73º | 0.93% | 0.38% | - |
| HSV(B) | 347.73º | 0.96% | 0.74% | - |
| XYZ | 21.27 | 11.03 | 3.39 | - |
| YUV | 65.34 | 115.97 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 44 | 0 | 0.96 | 0.77 | 0.26 | 347.73 | 0.93 | 0.38 |
| Hex | BC | 7 | 2C | 0 | 60 | 4D | 1A | 15C | 5D | 26 |
| Octal | 274 | 7 | 54 | 0 | 140 | 115 | 32 | 534 | 135 | 46 |
| Binary | 10111100 | 111 | 101100 | 0 | 1100000 | 1001101 | 11010 | 101011100 | 1011101 | 100110 |
Color Harmonies of #BC072C
Complementary color
Monochromatic Colors of #BC072C
Black with #BC072C
Text Example
Text Example
White with #BC072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC072C; }
p { color: rgb(188,7,44); }
H1.HeaderClassName
{
color: #BC072C;
}
.AnyTagClassName
{
color: #BC072C;
}
</style>
background-color css
<style>
a { background-color: #BC072C; }
a { background-color: rgb(188,7,44); }
div.DivClassName
{
background-color: #BC072C;
}
.BgClassName
{
background-color: #BC072C;
}
</style>
border-color css
<style>
span { border-color: #BC072C; }
span { border-color: rgb(188,7,44); }
td.TdClassName
{
border-color: #BC072C;
}
.TagClassName
{
border-color: #BC072C;
}
</style>