Shades of Cardinal #BC2233
Tints of Cardinal #BC2233
RGB
CMYK
RGB Variations
Color information
#BC2233 (or 0xBC2233) is known color: Cardinal. HEX triplet: BC, 22 and 33. RGB value is (188,34,51). Sum of RGB (Red+Green+Blue) = 188+34+51=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2233 is #43DDCC. Grayscale: #525252. Windows color (decimal): -4447693 or 3351228. OLE color: 3351228.
HSL color Cylindrical-coordinate representation of color #BC2233: hue angle of 353.38º 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 #BC2233 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 51 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.26 |
| HSL | 353.38º | 0.69% | 0.44% | - |
| HSV(B) | 353.38º | 0.82% | 0.74% | - |
| XYZ | 21.91 | 12.07 | 4.31 | - |
| YUV | 81.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 51 | 0 | 0.82 | 0.73 | 0.26 | 353.38 | 0.69 | 0.44 |
| Hex | BC | 22 | 33 | 0 | 52 | 49 | 1A | 161 | 45 | 2C |
| Octal | 274 | 42 | 63 | 0 | 122 | 111 | 32 | 541 | 105 | 54 |
| Binary | 10111100 | 100010 | 110011 | 0 | 1010010 | 1001001 | 11010 | 101100001 | 1000101 | 101100 |
Color Harmonies of #BC2233
Complementary color
Monochromatic Colors of #BC2233
Black with #BC2233
Text Example
Text Example
White with #BC2233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2233; }
p { color: rgb(188,34,51); }
H1.HeaderClassName
{
color: #BC2233;
}
.AnyTagClassName
{
color: #BC2233;
}
</style>
background-color css
<style>
a { background-color: #BC2233; }
a { background-color: rgb(188,34,51); }
div.DivClassName
{
background-color: #BC2233;
}
.BgClassName
{
background-color: #BC2233;
}
</style>
border-color css
<style>
span { border-color: #BC2233; }
span { border-color: rgb(188,34,51); }
td.TdClassName
{
border-color: #BC2233;
}
.TagClassName
{
border-color: #BC2233;
}
</style>