Shades of Cardinal #BC2238
Tints of Cardinal #BC2238
RGB
CMYK
RGB Variations
Color information
#BC2238 (or 0xBC2238) is known color: Cardinal. HEX triplet: BC, 22 and 38. RGB value is (188,34,56). Sum of RGB (Red+Green+Blue) = 188+34+56=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2238 is #43DDC7. Grayscale: #525252. Windows color (decimal): -4447688 or 3678908. OLE color: 3678908.
HSL color Cylindrical-coordinate representation of color #BC2238: hue angle of 351.43º 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 #BC2238 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 56 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.26 |
| HSL | 351.43º | 0.69% | 0.44% | - |
| HSV(B) | 351.43º | 0.82% | 0.74% | - |
| XYZ | 22.02 | 12.12 | 4.92 | - |
| YUV | 82.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 56 | 0 | 0.82 | 0.70 | 0.26 | 351.43 | 0.69 | 0.44 |
| Hex | BC | 22 | 38 | 0 | 52 | 46 | 1A | 15F | 45 | 2C |
| Octal | 274 | 42 | 70 | 0 | 122 | 106 | 32 | 537 | 105 | 54 |
| Binary | 10111100 | 100010 | 111000 | 0 | 1010010 | 1000110 | 11010 | 101011111 | 1000101 | 101100 |
Color Harmonies of #BC2238
Complementary color
Monochromatic Colors of #BC2238
Black with #BC2238
Text Example
Text Example
White with #BC2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2238; }
p { color: rgb(188,34,56); }
H1.HeaderClassName
{
color: #BC2238;
}
.AnyTagClassName
{
color: #BC2238;
}
</style>
background-color css
<style>
a { background-color: #BC2238; }
a { background-color: rgb(188,34,56); }
div.DivClassName
{
background-color: #BC2238;
}
.BgClassName
{
background-color: #BC2238;
}
</style>
border-color css
<style>
span { border-color: #BC2238; }
span { border-color: rgb(188,34,56); }
td.TdClassName
{
border-color: #BC2238;
}
.TagClassName
{
border-color: #BC2238;
}
</style>