Shades of Cardinal #BC223D
Tints of Cardinal #BC223D
RGB
CMYK
RGB Variations
Color information
#BC223D (or 0xBC223D) is known color: Cardinal. HEX triplet: BC, 22 and 3D. RGB value is (188,34,61). Sum of RGB (Red+Green+Blue) = 188+34+61=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC223D is #43DDC2. Grayscale: #535353. Windows color (decimal): -4447683 or 4006588. OLE color: 4006588.
HSL color Cylindrical-coordinate representation of color #BC223D: hue angle of 349.48º 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 #BC223D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 61 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.26 |
| HSL | 349.48º | 0.69% | 0.44% | - |
| HSV(B) | 349.48º | 0.82% | 0.74% | - |
| XYZ | 22.15 | 12.17 | 5.6 | - |
| YUV | 83.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 61 | 0 | 0.82 | 0.68 | 0.26 | 349.48 | 0.69 | 0.44 |
| Hex | BC | 22 | 3D | 0 | 52 | 44 | 1A | 15D | 45 | 2C |
| Octal | 274 | 42 | 75 | 0 | 122 | 104 | 32 | 535 | 105 | 54 |
| Binary | 10111100 | 100010 | 111101 | 0 | 1010010 | 1000100 | 11010 | 101011101 | 1000101 | 101100 |
Color Harmonies of #BC223D
Complementary color
Monochromatic Colors of #BC223D
Black with #BC223D
Text Example
Text Example
White with #BC223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC223D; }
p { color: rgb(188,34,61); }
H1.HeaderClassName
{
color: #BC223D;
}
.AnyTagClassName
{
color: #BC223D;
}
</style>
background-color css
<style>
a { background-color: #BC223D; }
a { background-color: rgb(188,34,61); }
div.DivClassName
{
background-color: #BC223D;
}
.BgClassName
{
background-color: #BC223D;
}
</style>
border-color css
<style>
span { border-color: #BC223D; }
span { border-color: rgb(188,34,61); }
td.TdClassName
{
border-color: #BC223D;
}
.TagClassName
{
border-color: #BC223D;
}
</style>