Shades of Cardinal #BC2145
Tints of Cardinal #BC2145
RGB
CMYK
RGB Variations
Color information
#BC2145 (or 0xBC2145) is known color: Cardinal. HEX triplet: BC, 21 and 45. RGB value is (188,33,69). Sum of RGB (Red+Green+Blue) = 188+33+69=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2145 is #43DEBA. Grayscale: #535353. Windows color (decimal): -4447931 or 4530620. OLE color: 4530620.
HSL color Cylindrical-coordinate representation of color #BC2145: hue angle of 346.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2145 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 69 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.26 |
| HSL | 346.06º | 0.7% | 0.43% | - |
| HSV(B) | 346.06º | 0.82% | 0.74% | - |
| XYZ | 22.36 | 12.21 | 6.81 | - |
| YUV | 83.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 69 | 0 | 0.82 | 0.63 | 0.26 | 346.06 | 0.7 | 0.43 |
| Hex | BC | 21 | 45 | 0 | 52 | 3F | 1A | 15A | 46 | 2B |
| Octal | 274 | 41 | 105 | 0 | 122 | 77 | 32 | 532 | 106 | 53 |
| Binary | 10111100 | 100001 | 1000101 | 0 | 1010010 | 111111 | 11010 | 101011010 | 1000110 | 101011 |
Color Harmonies of #BC2145
Complementary color
Monochromatic Colors of #BC2145
Black with #BC2145
Text Example
Text Example
White with #BC2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2145; }
p { color: rgb(188,33,69); }
H1.HeaderClassName
{
color: #BC2145;
}
.AnyTagClassName
{
color: #BC2145;
}
</style>
background-color css
<style>
a { background-color: #BC2145; }
a { background-color: rgb(188,33,69); }
div.DivClassName
{
background-color: #BC2145;
}
.BgClassName
{
background-color: #BC2145;
}
</style>
border-color css
<style>
span { border-color: #BC2145; }
span { border-color: rgb(188,33,69); }
td.TdClassName
{
border-color: #BC2145;
}
.TagClassName
{
border-color: #BC2145;
}
</style>