Shades of Cardinal #BC2343
Tints of Cardinal #BC2343
RGB
CMYK
RGB Variations
Color information
#BC2343 (or 0xBC2343) is known color: Cardinal. HEX triplet: BC, 23 and 43. RGB value is (188,35,67). Sum of RGB (Red+Green+Blue) = 188+35+67=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2343 is #43DCBC. Grayscale: #545454. Windows color (decimal): -4447421 or 4400060. OLE color: 4400060.
HSL color Cylindrical-coordinate representation of color #BC2343: hue angle of 347.45º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2343 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 67 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.26 |
| HSL | 347.45º | 0.69% | 0.44% | - |
| HSV(B) | 347.45º | 0.81% | 0.74% | - |
| XYZ | 22.35 | 12.3 | 6.51 | - |
| YUV | 84.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 67 | 0 | 0.81 | 0.64 | 0.26 | 347.45 | 0.69 | 0.44 |
| Hex | BC | 23 | 43 | 0 | 51 | 40 | 1A | 15B | 45 | 2C |
| Octal | 274 | 43 | 103 | 0 | 121 | 100 | 32 | 533 | 105 | 54 |
| Binary | 10111100 | 100011 | 1000011 | 0 | 1010001 | 1000000 | 11010 | 101011011 | 1000101 | 101100 |
Color Harmonies of #BC2343
Complementary color
Monochromatic Colors of #BC2343
Black with #BC2343
Text Example
Text Example
White with #BC2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2343; }
p { color: rgb(188,35,67); }
H1.HeaderClassName
{
color: #BC2343;
}
.AnyTagClassName
{
color: #BC2343;
}
</style>
background-color css
<style>
a { background-color: #BC2343; }
a { background-color: rgb(188,35,67); }
div.DivClassName
{
background-color: #BC2343;
}
.BgClassName
{
background-color: #BC2343;
}
</style>
border-color css
<style>
span { border-color: #BC2343; }
span { border-color: rgb(188,35,67); }
td.TdClassName
{
border-color: #BC2343;
}
.TagClassName
{
border-color: #BC2343;
}
</style>