Shades of Cardinal #BC223C
Tints of Cardinal #BC223C
RGB
CMYK
RGB Variations
Color information
#BC223C (or 0xBC223C) is known color: Cardinal. HEX triplet: BC, 22 and 3C. RGB value is (188,34,60). Sum of RGB (Red+Green+Blue) = 188+34+60=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC223C is #43DDC3. Grayscale: #535353. Windows color (decimal): -4447684 or 3941052. OLE color: 3941052.
HSL color Cylindrical-coordinate representation of color #BC223C: hue angle of 349.87º 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 #BC223C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 60 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.26 |
| HSL | 349.87º | 0.69% | 0.44% | - |
| HSV(B) | 349.87º | 0.82% | 0.74% | - |
| XYZ | 22.13 | 12.16 | 5.46 | - |
| YUV | 83.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 60 | 0 | 0.82 | 0.68 | 0.26 | 349.87 | 0.69 | 0.44 |
| Hex | BC | 22 | 3C | 0 | 52 | 44 | 1A | 15E | 45 | 2C |
| Octal | 274 | 42 | 74 | 0 | 122 | 104 | 32 | 536 | 105 | 54 |
| Binary | 10111100 | 100010 | 111100 | 0 | 1010010 | 1000100 | 11010 | 101011110 | 1000101 | 101100 |
Color Harmonies of #BC223C
Complementary color
Monochromatic Colors of #BC223C
Black with #BC223C
Text Example
Text Example
White with #BC223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC223C; }
p { color: rgb(188,34,60); }
H1.HeaderClassName
{
color: #BC223C;
}
.AnyTagClassName
{
color: #BC223C;
}
</style>
background-color css
<style>
a { background-color: #BC223C; }
a { background-color: rgb(188,34,60); }
div.DivClassName
{
background-color: #BC223C;
}
.BgClassName
{
background-color: #BC223C;
}
</style>
border-color css
<style>
span { border-color: #BC223C; }
span { border-color: rgb(188,34,60); }
td.TdClassName
{
border-color: #BC223C;
}
.TagClassName
{
border-color: #BC223C;
}
</style>