Shades of Cardinal #BC2134
Tints of Cardinal #BC2134
RGB
CMYK
RGB Variations
Color information
#BC2134 (or 0xBC2134) is known color: Cardinal. HEX triplet: BC, 21 and 34. RGB value is (188,33,52). Sum of RGB (Red+Green+Blue) = 188+33+52=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2134 is #43DECB. Grayscale: #515151. Windows color (decimal): -4447948 or 3416508. OLE color: 3416508.
HSL color Cylindrical-coordinate representation of color #BC2134: hue angle of 352.65º 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 #BC2134 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 52 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.26 |
| HSL | 352.65º | 0.7% | 0.43% | - |
| HSV(B) | 352.65º | 0.82% | 0.74% | - |
| XYZ | 21.9 | 12.03 | 4.42 | - |
| YUV | 81.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 52 | 0 | 0.82 | 0.72 | 0.26 | 352.65 | 0.7 | 0.43 |
| Hex | BC | 21 | 34 | 0 | 52 | 48 | 1A | 161 | 46 | 2B |
| Octal | 274 | 41 | 64 | 0 | 122 | 110 | 32 | 541 | 106 | 53 |
| Binary | 10111100 | 100001 | 110100 | 0 | 1010010 | 1001000 | 11010 | 101100001 | 1000110 | 101011 |
Color Harmonies of #BC2134
Complementary color
Monochromatic Colors of #BC2134
Black with #BC2134
Text Example
Text Example
White with #BC2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2134; }
p { color: rgb(188,33,52); }
H1.HeaderClassName
{
color: #BC2134;
}
.AnyTagClassName
{
color: #BC2134;
}
</style>
background-color css
<style>
a { background-color: #BC2134; }
a { background-color: rgb(188,33,52); }
div.DivClassName
{
background-color: #BC2134;
}
.BgClassName
{
background-color: #BC2134;
}
</style>
border-color css
<style>
span { border-color: #BC2134; }
span { border-color: rgb(188,33,52); }
td.TdClassName
{
border-color: #BC2134;
}
.TagClassName
{
border-color: #BC2134;
}
</style>