Shades of Cardinal #BC223E
Tints of Cardinal #BC223E
RGB
CMYK
RGB Variations
Color information
#BC223E (or 0xBC223E) is known color: Cardinal. HEX triplet: BC, 22 and 3E. RGB value is (188,34,62). Sum of RGB (Red+Green+Blue) = 188+34+62=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC223E is #43DDC1. Grayscale: #535353. Windows color (decimal): -4447682 or 4072124. OLE color: 4072124.
HSL color Cylindrical-coordinate representation of color #BC223E: hue angle of 349.09º 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 #BC223E is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 62 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.26 |
| HSL | 349.09º | 0.69% | 0.44% | - |
| HSV(B) | 349.09º | 0.82% | 0.74% | - |
| XYZ | 22.18 | 12.18 | 5.74 | - |
| YUV | 83.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 62 | 0 | 0.82 | 0.67 | 0.26 | 349.09 | 0.69 | 0.44 |
| Hex | BC | 22 | 3E | 0 | 52 | 43 | 1A | 15D | 45 | 2C |
| Octal | 274 | 42 | 76 | 0 | 122 | 103 | 32 | 535 | 105 | 54 |
| Binary | 10111100 | 100010 | 111110 | 0 | 1010010 | 1000011 | 11010 | 101011101 | 1000101 | 101100 |
Color Harmonies of #BC223E
Complementary color
Monochromatic Colors of #BC223E
Black with #BC223E
Text Example
Text Example
White with #BC223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC223E; }
p { color: rgb(188,34,62); }
H1.HeaderClassName
{
color: #BC223E;
}
.AnyTagClassName
{
color: #BC223E;
}
</style>
background-color css
<style>
a { background-color: #BC223E; }
a { background-color: rgb(188,34,62); }
div.DivClassName
{
background-color: #BC223E;
}
.BgClassName
{
background-color: #BC223E;
}
</style>
border-color css
<style>
span { border-color: #BC223E; }
span { border-color: rgb(188,34,62); }
td.TdClassName
{
border-color: #BC223E;
}
.TagClassName
{
border-color: #BC223E;
}
</style>