Shades of Cardinal #BC2235
Tints of Cardinal #BC2235
RGB
CMYK
RGB Variations
Color information
#BC2235 (or 0xBC2235) is known color: Cardinal. HEX triplet: BC, 22 and 35. RGB value is (188,34,53). Sum of RGB (Red+Green+Blue) = 188+34+53=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2235 is #43DDCA. Grayscale: #525252. Windows color (decimal): -4447691 or 3482300. OLE color: 3482300.
HSL color Cylindrical-coordinate representation of color #BC2235: hue angle of 352.6º 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 #BC2235 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 53 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.26 |
| HSL | 352.6º | 0.69% | 0.44% | - |
| HSV(B) | 352.6º | 0.82% | 0.74% | - |
| XYZ | 21.95 | 12.09 | 4.55 | - |
| YUV | 82.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 53 | 0 | 0.82 | 0.72 | 0.26 | 352.6 | 0.69 | 0.44 |
| Hex | BC | 22 | 35 | 0 | 52 | 48 | 1A | 161 | 45 | 2C |
| Octal | 274 | 42 | 65 | 0 | 122 | 110 | 32 | 541 | 105 | 54 |
| Binary | 10111100 | 100010 | 110101 | 0 | 1010010 | 1001000 | 11010 | 101100001 | 1000101 | 101100 |
Color Harmonies of #BC2235
Complementary color
Monochromatic Colors of #BC2235
Black with #BC2235
Text Example
Text Example
White with #BC2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2235; }
p { color: rgb(188,34,53); }
H1.HeaderClassName
{
color: #BC2235;
}
.AnyTagClassName
{
color: #BC2235;
}
</style>
background-color css
<style>
a { background-color: #BC2235; }
a { background-color: rgb(188,34,53); }
div.DivClassName
{
background-color: #BC2235;
}
.BgClassName
{
background-color: #BC2235;
}
</style>
border-color css
<style>
span { border-color: #BC2235; }
span { border-color: rgb(188,34,53); }
td.TdClassName
{
border-color: #BC2235;
}
.TagClassName
{
border-color: #BC2235;
}
</style>