Shades of Cardinal #BC2339
Tints of Cardinal #BC2339
RGB
CMYK
RGB Variations
Color information
#BC2339 (or 0xBC2339) is known color: Cardinal. HEX triplet: BC, 23 and 39. RGB value is (188,35,57). Sum of RGB (Red+Green+Blue) = 188+35+57=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2339 is #43DCC6. Grayscale: #535353. Windows color (decimal): -4447431 or 3744700. OLE color: 3744700.
HSL color Cylindrical-coordinate representation of color #BC2339: hue angle of 351.37º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2339 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 57 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.26 |
| HSL | 351.37º | 0.69% | 0.44% | - |
| HSV(B) | 351.37º | 0.81% | 0.74% | - |
| XYZ | 22.08 | 12.19 | 5.06 | - |
| YUV | 83.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 57 | 0 | 0.81 | 0.70 | 0.26 | 351.37 | 0.69 | 0.44 |
| Hex | BC | 23 | 39 | 0 | 51 | 46 | 1A | 15F | 45 | 2C |
| Octal | 274 | 43 | 71 | 0 | 121 | 106 | 32 | 537 | 105 | 54 |
| Binary | 10111100 | 100011 | 111001 | 0 | 1010001 | 1000110 | 11010 | 101011111 | 1000101 | 101100 |
Color Harmonies of #BC2339
Complementary color
Monochromatic Colors of #BC2339
Black with #BC2339
Text Example
Text Example
White with #BC2339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2339; }
p { color: rgb(188,35,57); }
H1.HeaderClassName
{
color: #BC2339;
}
.AnyTagClassName
{
color: #BC2339;
}
</style>
background-color css
<style>
a { background-color: #BC2339; }
a { background-color: rgb(188,35,57); }
div.DivClassName
{
background-color: #BC2339;
}
.BgClassName
{
background-color: #BC2339;
}
</style>
border-color css
<style>
span { border-color: #BC2339; }
span { border-color: rgb(188,35,57); }
td.TdClassName
{
border-color: #BC2339;
}
.TagClassName
{
border-color: #BC2339;
}
</style>