Shades of Cardinal #BC2236
Tints of Cardinal #BC2236
RGB
CMYK
RGB Variations
Color information
#BC2236 (or 0xBC2236) is known color: Cardinal. HEX triplet: BC, 22 and 36. RGB value is (188,34,54). Sum of RGB (Red+Green+Blue) = 188+34+54=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2236 is #43DDC9. Grayscale: #525252. Windows color (decimal): -4447690 or 3547836. OLE color: 3547836.
HSL color Cylindrical-coordinate representation of color #BC2236: hue angle of 352.21º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2236 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 54 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.26 |
| HSL | 352.21º | 0.69% | 0.44% | - |
| HSV(B) | 352.21º | 0.82% | 0.74% | - |
| XYZ | 21.98 | 12.1 | 4.67 | - |
| YUV | 82.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 54 | 0 | 0.82 | 0.71 | 0.26 | 352.21 | 0.69 | 0.44 |
| Hex | BC | 22 | 36 | 0 | 52 | 47 | 1A | 160 | 45 | 2C |
| Octal | 274 | 42 | 66 | 0 | 122 | 107 | 32 | 540 | 105 | 54 |
| Binary | 10111100 | 100010 | 110110 | 0 | 1010010 | 1000111 | 11010 | 101100000 | 1000101 | 101100 |
Color Harmonies of #BC2236
Complementary color
Monochromatic Colors of #BC2236
Black with #BC2236
Text Example
Text Example
White with #BC2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2236; }
p { color: rgb(188,34,54); }
H1.HeaderClassName
{
color: #BC2236;
}
.AnyTagClassName
{
color: #BC2236;
}
</style>
background-color css
<style>
a { background-color: #BC2236; }
a { background-color: rgb(188,34,54); }
div.DivClassName
{
background-color: #BC2236;
}
.BgClassName
{
background-color: #BC2236;
}
</style>
border-color css
<style>
span { border-color: #BC2236; }
span { border-color: rgb(188,34,54); }
td.TdClassName
{
border-color: #BC2236;
}
.TagClassName
{
border-color: #BC2236;
}
</style>