Shades of Cardinal #BC2838
Tints of Cardinal #BC2838
RGB
CMYK
RGB Variations
Color information
#BC2838 (or 0xBC2838) is known color: Cardinal. HEX triplet: BC, 28 and 38. RGB value is (188,40,56). Sum of RGB (Red+Green+Blue) = 188+40+56=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2838 is #43D7C7. Grayscale: #565656. Windows color (decimal): -4446152 or 3680444. OLE color: 3680444.
HSL color Cylindrical-coordinate representation of color #BC2838: hue angle of 353.51º 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 #BC2838 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 56 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.26 |
| HSL | 353.51º | 0.65% | 0.45% | - |
| HSV(B) | 353.51º | 0.79% | 0.74% | - |
| XYZ | 22.21 | 12.49 | 4.98 | - |
| YUV | 86.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 56 | 0 | 0.79 | 0.70 | 0.26 | 353.51 | 0.65 | 0.45 |
| Hex | BC | 28 | 38 | 0 | 4F | 46 | 1A | 162 | 41 | 2D |
| Octal | 274 | 50 | 70 | 0 | 117 | 106 | 32 | 542 | 101 | 55 |
| Binary | 10111100 | 101000 | 111000 | 0 | 1001111 | 1000110 | 11010 | 101100010 | 1000001 | 101101 |
Color Harmonies of #BC2838
Complementary color
Monochromatic Colors of #BC2838
Black with #BC2838
Text Example
Text Example
White with #BC2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2838; }
p { color: rgb(188,40,56); }
H1.HeaderClassName
{
color: #BC2838;
}
.AnyTagClassName
{
color: #BC2838;
}
</style>
background-color css
<style>
a { background-color: #BC2838; }
a { background-color: rgb(188,40,56); }
div.DivClassName
{
background-color: #BC2838;
}
.BgClassName
{
background-color: #BC2838;
}
</style>
border-color css
<style>
span { border-color: #BC2838; }
span { border-color: rgb(188,40,56); }
td.TdClassName
{
border-color: #BC2838;
}
.TagClassName
{
border-color: #BC2838;
}
</style>