Shades of Cardinal #BC213D
Tints of Cardinal #BC213D
RGB
CMYK
RGB Variations
Color information
#BC213D (or 0xBC213D) is known color: Cardinal. HEX triplet: BC, 21 and 3D. RGB value is (188,33,61). Sum of RGB (Red+Green+Blue) = 188+33+61=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC213D is #43DEC2. Grayscale: #525252. Windows color (decimal): -4447939 or 4006332. OLE color: 4006332.
HSL color Cylindrical-coordinate representation of color #BC213D: hue angle of 349.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC213D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 61 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.26 |
| HSL | 349.16º | 0.7% | 0.43% | - |
| HSV(B) | 349.16º | 0.82% | 0.74% | - |
| XYZ | 22.13 | 12.12 | 5.59 | - |
| YUV | 82.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 61 | 0 | 0.82 | 0.68 | 0.26 | 349.16 | 0.7 | 0.43 |
| Hex | BC | 21 | 3D | 0 | 52 | 44 | 1A | 15D | 46 | 2B |
| Octal | 274 | 41 | 75 | 0 | 122 | 104 | 32 | 535 | 106 | 53 |
| Binary | 10111100 | 100001 | 111101 | 0 | 1010010 | 1000100 | 11010 | 101011101 | 1000110 | 101011 |
Color Harmonies of #BC213D
Complementary color
Monochromatic Colors of #BC213D
Black with #BC213D
Text Example
Text Example
White with #BC213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC213D; }
p { color: rgb(188,33,61); }
H1.HeaderClassName
{
color: #BC213D;
}
.AnyTagClassName
{
color: #BC213D;
}
</style>
background-color css
<style>
a { background-color: #BC213D; }
a { background-color: rgb(188,33,61); }
div.DivClassName
{
background-color: #BC213D;
}
.BgClassName
{
background-color: #BC213D;
}
</style>
border-color css
<style>
span { border-color: #BC213D; }
span { border-color: rgb(188,33,61); }
td.TdClassName
{
border-color: #BC213D;
}
.TagClassName
{
border-color: #BC213D;
}
</style>