Shades of Cardinal #BC2636
Tints of Cardinal #BC2636
RGB
CMYK
RGB Variations
Color information
#BC2636 (or 0xBC2636) is known color: Cardinal. HEX triplet: BC, 26 and 36. RGB value is (188,38,54). Sum of RGB (Red+Green+Blue) = 188+38+54=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2636 is #43D9C9. Grayscale: #545454. Windows color (decimal): -4446666 or 3548860. OLE color: 3548860.
HSL color Cylindrical-coordinate representation of color #BC2636: hue angle of 353.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2636 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 54 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.26 |
| HSL | 353.6º | 0.66% | 0.44% | - |
| HSV(B) | 353.6º | 0.8% | 0.74% | - |
| XYZ | 22.1 | 12.34 | 4.71 | - |
| YUV | 84.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 54 | 0 | 0.80 | 0.71 | 0.26 | 353.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 36 | 0 | 50 | 47 | 1A | 162 | 42 | 2C |
| Octal | 274 | 46 | 66 | 0 | 120 | 107 | 32 | 542 | 102 | 54 |
| Binary | 10111100 | 100110 | 110110 | 0 | 1010000 | 1000111 | 11010 | 101100010 | 1000010 | 101100 |
Color Harmonies of #BC2636
Complementary color
Monochromatic Colors of #BC2636
Black with #BC2636
Text Example
Text Example
White with #BC2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2636; }
p { color: rgb(188,38,54); }
H1.HeaderClassName
{
color: #BC2636;
}
.AnyTagClassName
{
color: #BC2636;
}
</style>
background-color css
<style>
a { background-color: #BC2636; }
a { background-color: rgb(188,38,54); }
div.DivClassName
{
background-color: #BC2636;
}
.BgClassName
{
background-color: #BC2636;
}
</style>
border-color css
<style>
span { border-color: #BC2636; }
span { border-color: rgb(188,38,54); }
td.TdClassName
{
border-color: #BC2636;
}
.TagClassName
{
border-color: #BC2636;
}
</style>