Shades of Cardinal #BC2034
Tints of Cardinal #BC2034
RGB
CMYK
RGB Variations
Color information
#BC2034 (or 0xBC2034) is known color: Cardinal. HEX triplet: BC, 20 and 34. RGB value is (188,32,52). Sum of RGB (Red+Green+Blue) = 188+32+52=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2034 is #43DFCB. Grayscale: #515151. Windows color (decimal): -4448204 or 3416252. OLE color: 3416252.
HSL color Cylindrical-coordinate representation of color #BC2034: hue angle of 352.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2034 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 52 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.26 |
| HSL | 352.31º | 0.71% | 0.43% | - |
| HSV(B) | 352.31º | 0.83% | 0.74% | - |
| XYZ | 21.88 | 11.97 | 4.41 | - |
| YUV | 80.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 52 | 0 | 0.83 | 0.72 | 0.26 | 352.31 | 0.71 | 0.43 |
| Hex | BC | 20 | 34 | 0 | 53 | 48 | 1A | 160 | 47 | 2B |
| Octal | 274 | 40 | 64 | 0 | 123 | 110 | 32 | 540 | 107 | 53 |
| Binary | 10111100 | 100000 | 110100 | 0 | 1010011 | 1001000 | 11010 | 101100000 | 1000111 | 101011 |
Color Harmonies of #BC2034
Complementary color
Monochromatic Colors of #BC2034
Black with #BC2034
Text Example
Text Example
White with #BC2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2034; }
p { color: rgb(188,32,52); }
H1.HeaderClassName
{
color: #BC2034;
}
.AnyTagClassName
{
color: #BC2034;
}
</style>
background-color css
<style>
a { background-color: #BC2034; }
a { background-color: rgb(188,32,52); }
div.DivClassName
{
background-color: #BC2034;
}
.BgClassName
{
background-color: #BC2034;
}
</style>
border-color css
<style>
span { border-color: #BC2034; }
span { border-color: rgb(188,32,52); }
td.TdClassName
{
border-color: #BC2034;
}
.TagClassName
{
border-color: #BC2034;
}
</style>