Shades of Cardinal #BC0745
Tints of Cardinal #BC0745
RGB
CMYK
RGB Variations
Color information
#BC0745 (or 0xBC0745) is known color: Cardinal. HEX triplet: BC, 07 and 45. RGB value is (188,7,69). Sum of RGB (Red+Green+Blue) = 188+7+69=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0745 is #43F8BA. Grayscale: #444444. Windows color (decimal): -4454587 or 4523964. OLE color: 4523964.
HSL color Cylindrical-coordinate representation of color #BC0745: hue angle of 339.45º 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 #BC0745 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 69 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.26 |
| HSL | 339.45º | 0.93% | 0.38% | - |
| HSV(B) | 339.45º | 0.96% | 0.74% | - |
| XYZ | 21.89 | 11.27 | 6.65 | - |
| YUV | 68.19 | 128.47 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 69 | 0 | 0.96 | 0.63 | 0.26 | 339.45 | 0.93 | 0.38 |
| Hex | BC | 7 | 45 | 0 | 60 | 3F | 1A | 153 | 5D | 26 |
| Octal | 274 | 7 | 105 | 0 | 140 | 77 | 32 | 523 | 135 | 46 |
| Binary | 10111100 | 111 | 1000101 | 0 | 1100000 | 111111 | 11010 | 101010011 | 1011101 | 100110 |
Color Harmonies of #BC0745
Complementary color
Monochromatic Colors of #BC0745
Black with #BC0745
Text Example
Text Example
White with #BC0745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0745; }
p { color: rgb(188,7,69); }
H1.HeaderClassName
{
color: #BC0745;
}
.AnyTagClassName
{
color: #BC0745;
}
</style>
background-color css
<style>
a { background-color: #BC0745; }
a { background-color: rgb(188,7,69); }
div.DivClassName
{
background-color: #BC0745;
}
.BgClassName
{
background-color: #BC0745;
}
</style>
border-color css
<style>
span { border-color: #BC0745; }
span { border-color: rgb(188,7,69); }
td.TdClassName
{
border-color: #BC0745;
}
.TagClassName
{
border-color: #BC0745;
}
</style>