Shades of Cardinal #BC2839
Tints of Cardinal #BC2839
RGB
CMYK
RGB Variations
Color information
#BC2839 (or 0xBC2839) is known color: Cardinal. HEX triplet: BC, 28 and 39. RGB value is (188,40,57). Sum of RGB (Red+Green+Blue) = 188+40+57=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2839 is #43D7C6. Grayscale: #565656. Windows color (decimal): -4446151 or 3745980. OLE color: 3745980.
HSL color Cylindrical-coordinate representation of color #BC2839: hue angle of 353.11º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2839 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 57 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.26 |
| HSL | 353.11º | 0.65% | 0.45% | - |
| HSV(B) | 353.11º | 0.79% | 0.74% | - |
| XYZ | 22.24 | 12.5 | 5.11 | - |
| YUV | 86.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 57 | 0 | 0.79 | 0.70 | 0.26 | 353.11 | 0.65 | 0.45 |
| Hex | BC | 28 | 39 | 0 | 4F | 46 | 1A | 161 | 41 | 2D |
| Octal | 274 | 50 | 71 | 0 | 117 | 106 | 32 | 541 | 101 | 55 |
| Binary | 10111100 | 101000 | 111001 | 0 | 1001111 | 1000110 | 11010 | 101100001 | 1000001 | 101101 |
Color Harmonies of #BC2839
Complementary color
Monochromatic Colors of #BC2839
Black with #BC2839
Text Example
Text Example
White with #BC2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2839; }
p { color: rgb(188,40,57); }
H1.HeaderClassName
{
color: #BC2839;
}
.AnyTagClassName
{
color: #BC2839;
}
</style>
background-color css
<style>
a { background-color: #BC2839; }
a { background-color: rgb(188,40,57); }
div.DivClassName
{
background-color: #BC2839;
}
.BgClassName
{
background-color: #BC2839;
}
</style>
border-color css
<style>
span { border-color: #BC2839; }
span { border-color: rgb(188,40,57); }
td.TdClassName
{
border-color: #BC2839;
}
.TagClassName
{
border-color: #BC2839;
}
</style>