Shades of Cardinal #BC2934
Tints of Cardinal #BC2934
RGB
CMYK
RGB Variations
Color information
#BC2934 (or 0xBC2934) is known color: Cardinal. HEX triplet: BC, 29 and 34. RGB value is (188,41,52). Sum of RGB (Red+Green+Blue) = 188+41+52=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2934 is #43D6CB. Grayscale: #565656. Windows color (decimal): -4445900 or 3418556. OLE color: 3418556.
HSL color Cylindrical-coordinate representation of color #BC2934: hue angle of 355.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2934 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 52 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.26 |
| HSL | 355.51º | 0.64% | 0.45% | - |
| HSV(B) | 355.51º | 0.78% | 0.74% | - |
| XYZ | 22.15 | 12.53 | 4.5 | - |
| YUV | 86.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 52 | 0 | 0.78 | 0.72 | 0.26 | 355.51 | 0.64 | 0.45 |
| Hex | BC | 29 | 34 | 0 | 4E | 48 | 1A | 164 | 40 | 2D |
| Octal | 274 | 51 | 64 | 0 | 116 | 110 | 32 | 544 | 100 | 55 |
| Binary | 10111100 | 101001 | 110100 | 0 | 1001110 | 1001000 | 11010 | 101100100 | 1000000 | 101101 |
Color Harmonies of #BC2934
Complementary color
Monochromatic Colors of #BC2934
Black with #BC2934
Text Example
Text Example
White with #BC2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2934; }
p { color: rgb(188,41,52); }
H1.HeaderClassName
{
color: #BC2934;
}
.AnyTagClassName
{
color: #BC2934;
}
</style>
background-color css
<style>
a { background-color: #BC2934; }
a { background-color: rgb(188,41,52); }
div.DivClassName
{
background-color: #BC2934;
}
.BgClassName
{
background-color: #BC2934;
}
</style>
border-color css
<style>
span { border-color: #BC2934; }
span { border-color: rgb(188,41,52); }
td.TdClassName
{
border-color: #BC2934;
}
.TagClassName
{
border-color: #BC2934;
}
</style>