Shades of Cardinal #BC213C
Tints of Cardinal #BC213C
RGB
CMYK
RGB Variations
Color information
#BC213C (or 0xBC213C) is known color: Cardinal. HEX triplet: BC, 21 and 3C. RGB value is (188,33,60). Sum of RGB (Red+Green+Blue) = 188+33+60=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC213C is #43DEC3. Grayscale: #525252. Windows color (decimal): -4447940 or 3940796. OLE color: 3940796.
HSL color Cylindrical-coordinate representation of color #BC213C: hue angle of 349.55º 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 #BC213C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 60 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.26 |
| HSL | 349.55º | 0.7% | 0.43% | - |
| HSV(B) | 349.55º | 0.82% | 0.74% | - |
| XYZ | 22.1 | 12.11 | 5.45 | - |
| YUV | 82.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 60 | 0 | 0.82 | 0.68 | 0.26 | 349.55 | 0.7 | 0.43 |
| Hex | BC | 21 | 3C | 0 | 52 | 44 | 1A | 15E | 46 | 2B |
| Octal | 274 | 41 | 74 | 0 | 122 | 104 | 32 | 536 | 106 | 53 |
| Binary | 10111100 | 100001 | 111100 | 0 | 1010010 | 1000100 | 11010 | 101011110 | 1000110 | 101011 |
Color Harmonies of #BC213C
Complementary color
Monochromatic Colors of #BC213C
Black with #BC213C
Text Example
Text Example
White with #BC213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC213C; }
p { color: rgb(188,33,60); }
H1.HeaderClassName
{
color: #BC213C;
}
.AnyTagClassName
{
color: #BC213C;
}
</style>
background-color css
<style>
a { background-color: #BC213C; }
a { background-color: rgb(188,33,60); }
div.DivClassName
{
background-color: #BC213C;
}
.BgClassName
{
background-color: #BC213C;
}
</style>
border-color css
<style>
span { border-color: #BC213C; }
span { border-color: rgb(188,33,60); }
td.TdClassName
{
border-color: #BC213C;
}
.TagClassName
{
border-color: #BC213C;
}
</style>