Shades of Cardinal #BC2332
Tints of Cardinal #BC2332
RGB
CMYK
RGB Variations
Color information
#BC2332 (or 0xBC2332) is known color: Cardinal. HEX triplet: BC, 23 and 32. RGB value is (188,35,50). Sum of RGB (Red+Green+Blue) = 188+35+50=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2332 is #43DCCD. Grayscale: #525252. Windows color (decimal): -4447438 or 3285948. OLE color: 3285948.
HSL color Cylindrical-coordinate representation of color #BC2332: hue angle of 354.12º 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 #BC2332 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 50 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.26 |
| HSL | 354.12º | 0.69% | 0.44% | - |
| HSV(B) | 354.12º | 0.81% | 0.74% | - |
| XYZ | 21.92 | 12.12 | 4.2 | - |
| YUV | 82.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 50 | 0 | 0.81 | 0.73 | 0.26 | 354.12 | 0.69 | 0.44 |
| Hex | BC | 23 | 32 | 0 | 51 | 49 | 1A | 162 | 45 | 2C |
| Octal | 274 | 43 | 62 | 0 | 121 | 111 | 32 | 542 | 105 | 54 |
| Binary | 10111100 | 100011 | 110010 | 0 | 1010001 | 1001001 | 11010 | 101100010 | 1000101 | 101100 |
Color Harmonies of #BC2332
Complementary color
Monochromatic Colors of #BC2332
Black with #BC2332
Text Example
Text Example
White with #BC2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2332; }
p { color: rgb(188,35,50); }
H1.HeaderClassName
{
color: #BC2332;
}
.AnyTagClassName
{
color: #BC2332;
}
</style>
background-color css
<style>
a { background-color: #BC2332; }
a { background-color: rgb(188,35,50); }
div.DivClassName
{
background-color: #BC2332;
}
.BgClassName
{
background-color: #BC2332;
}
</style>
border-color css
<style>
span { border-color: #BC2332; }
span { border-color: rgb(188,35,50); }
td.TdClassName
{
border-color: #BC2332;
}
.TagClassName
{
border-color: #BC2332;
}
</style>