Shades of Cardinal #BC072D
Tints of Cardinal #BC072D
RGB
CMYK
RGB Variations
Color information
#BC072D (or 0xBC072D) is known color: Cardinal. HEX triplet: BC, 07 and 2D. RGB value is (188,7,45). Sum of RGB (Red+Green+Blue) = 188+7+45=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC072D is #43F8D2. Grayscale: #414141. Windows color (decimal): -4454611 or 2951100. OLE color: 2951100.
HSL color Cylindrical-coordinate representation of color #BC072D: hue angle of 347.4º 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 #BC072D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.26 |
| HSL | 347.4º | 0.93% | 0.38% | - |
| HSV(B) | 347.4º | 0.96% | 0.74% | - |
| XYZ | 21.29 | 11.03 | 3.49 | - |
| YUV | 65.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 45 | 0 | 0.96 | 0.76 | 0.26 | 347.4 | 0.93 | 0.38 |
| Hex | BC | 7 | 2D | 0 | 60 | 4C | 1A | 15B | 5D | 26 |
| Octal | 274 | 7 | 55 | 0 | 140 | 114 | 32 | 533 | 135 | 46 |
| Binary | 10111100 | 111 | 101101 | 0 | 1100000 | 1001100 | 11010 | 101011011 | 1011101 | 100110 |
Color Harmonies of #BC072D
Complementary color
Monochromatic Colors of #BC072D
Black with #BC072D
Text Example
Text Example
White with #BC072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC072D; }
p { color: rgb(188,7,45); }
H1.HeaderClassName
{
color: #BC072D;
}
.AnyTagClassName
{
color: #BC072D;
}
</style>
background-color css
<style>
a { background-color: #BC072D; }
a { background-color: rgb(188,7,45); }
div.DivClassName
{
background-color: #BC072D;
}
.BgClassName
{
background-color: #BC072D;
}
</style>
border-color css
<style>
span { border-color: #BC072D; }
span { border-color: rgb(188,7,45); }
td.TdClassName
{
border-color: #BC072D;
}
.TagClassName
{
border-color: #BC072D;
}
</style>