Shades of Cardinal #BC1740
Tints of Cardinal #BC1740
RGB
CMYK
RGB Variations
Color information
#BC1740 (or 0xBC1740) is known color: Cardinal. HEX triplet: BC, 17 and 40. RGB value is (188,23,64). Sum of RGB (Red+Green+Blue) = 188+23+64=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1740 is #43E8BF. Grayscale: #4D4D4D. Windows color (decimal): -4450496 or 4200380. OLE color: 4200380.
HSL color Cylindrical-coordinate representation of color #BC1740: hue angle of 345.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1740 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 64 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.26 |
| HSL | 345.09º | 0.78% | 0.41% | - |
| HSV(B) | 345.09º | 0.88% | 0.74% | - |
| XYZ | 21.97 | 11.67 | 5.95 | - |
| YUV | 77.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 64 | 0 | 0.88 | 0.66 | 0.26 | 345.09 | 0.78 | 0.41 |
| Hex | BC | 17 | 40 | 0 | 58 | 42 | 1A | 159 | 4E | 29 |
| Octal | 274 | 27 | 100 | 0 | 130 | 102 | 32 | 531 | 116 | 51 |
| Binary | 10111100 | 10111 | 1000000 | 0 | 1011000 | 1000010 | 11010 | 101011001 | 1001110 | 101001 |
Color Harmonies of #BC1740
Complementary color
Monochromatic Colors of #BC1740
Black with #BC1740
Text Example
Text Example
White with #BC1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1740; }
p { color: rgb(188,23,64); }
H1.HeaderClassName
{
color: #BC1740;
}
.AnyTagClassName
{
color: #BC1740;
}
</style>
background-color css
<style>
a { background-color: #BC1740; }
a { background-color: rgb(188,23,64); }
div.DivClassName
{
background-color: #BC1740;
}
.BgClassName
{
background-color: #BC1740;
}
</style>
border-color css
<style>
span { border-color: #BC1740; }
span { border-color: rgb(188,23,64); }
td.TdClassName
{
border-color: #BC1740;
}
.TagClassName
{
border-color: #BC1740;
}
</style>