Shades of Cardinal #BC2135
Tints of Cardinal #BC2135
RGB
CMYK
RGB Variations
Color information
#BC2135 (or 0xBC2135) is known color: Cardinal. HEX triplet: BC, 21 and 35. RGB value is (188,33,53). Sum of RGB (Red+Green+Blue) = 188+33+53=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2135 is #43DECA. Grayscale: #515151. Windows color (decimal): -4447947 or 3482044. OLE color: 3482044.
HSL color Cylindrical-coordinate representation of color #BC2135: hue angle of 352.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2135 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 53 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.26 |
| HSL | 352.26º | 0.7% | 0.43% | - |
| HSV(B) | 352.26º | 0.82% | 0.74% | - |
| XYZ | 21.93 | 12.04 | 4.54 | - |
| YUV | 81.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 53 | 0 | 0.82 | 0.72 | 0.26 | 352.26 | 0.7 | 0.43 |
| Hex | BC | 21 | 35 | 0 | 52 | 48 | 1A | 160 | 46 | 2B |
| Octal | 274 | 41 | 65 | 0 | 122 | 110 | 32 | 540 | 106 | 53 |
| Binary | 10111100 | 100001 | 110101 | 0 | 1010010 | 1001000 | 11010 | 101100000 | 1000110 | 101011 |
Color Harmonies of #BC2135
Complementary color
Monochromatic Colors of #BC2135
Black with #BC2135
Text Example
Text Example
White with #BC2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2135; }
p { color: rgb(188,33,53); }
H1.HeaderClassName
{
color: #BC2135;
}
.AnyTagClassName
{
color: #BC2135;
}
</style>
background-color css
<style>
a { background-color: #BC2135; }
a { background-color: rgb(188,33,53); }
div.DivClassName
{
background-color: #BC2135;
}
.BgClassName
{
background-color: #BC2135;
}
</style>
border-color css
<style>
span { border-color: #BC2135; }
span { border-color: rgb(188,33,53); }
td.TdClassName
{
border-color: #BC2135;
}
.TagClassName
{
border-color: #BC2135;
}
</style>