Shades of Cardinal #BC2045
Tints of Cardinal #BC2045
RGB
CMYK
RGB Variations
Color information
#BC2045 (or 0xBC2045) is known color: Cardinal. HEX triplet: BC, 20 and 45. RGB value is (188,32,69). Sum of RGB (Red+Green+Blue) = 188+32+69=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2045 is #43DFBA. Grayscale: #525252. Windows color (decimal): -4448187 or 4530364. OLE color: 4530364.
HSL color Cylindrical-coordinate representation of color #BC2045: hue angle of 345.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2045 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 69 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.26 |
| HSL | 345.77º | 0.71% | 0.43% | - |
| HSV(B) | 345.77º | 0.83% | 0.74% | - |
| XYZ | 22.33 | 12.15 | 6.8 | - |
| YUV | 82.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 69 | 0 | 0.83 | 0.63 | 0.26 | 345.77 | 0.71 | 0.43 |
| Hex | BC | 20 | 45 | 0 | 53 | 3F | 1A | 15A | 47 | 2B |
| Octal | 274 | 40 | 105 | 0 | 123 | 77 | 32 | 532 | 107 | 53 |
| Binary | 10111100 | 100000 | 1000101 | 0 | 1010011 | 111111 | 11010 | 101011010 | 1000111 | 101011 |
Color Harmonies of #BC2045
Complementary color
Monochromatic Colors of #BC2045
Black with #BC2045
Text Example
Text Example
White with #BC2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2045; }
p { color: rgb(188,32,69); }
H1.HeaderClassName
{
color: #BC2045;
}
.AnyTagClassName
{
color: #BC2045;
}
</style>
background-color css
<style>
a { background-color: #BC2045; }
a { background-color: rgb(188,32,69); }
div.DivClassName
{
background-color: #BC2045;
}
.BgClassName
{
background-color: #BC2045;
}
</style>
border-color css
<style>
span { border-color: #BC2045; }
span { border-color: rgb(188,32,69); }
td.TdClassName
{
border-color: #BC2045;
}
.TagClassName
{
border-color: #BC2045;
}
</style>