#BC1943

Color #BC1943 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BC1943

Tints of Cardinal #BC1943

Color information

#BC1943 (or 0xBC1943) is unknown color: approx Cardinal. HEX triplet: BC, 19 and 43. RGB value is (188,25,67). Sum of RGB (Red+Green+Blue) = 188+25+67=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1943 is #43E6BC. Grayscale: #4E4E4E. Windows color (decimal): -4449981 or 4397500. OLE color: 4397500.

HSL color Cylindrical-coordinate representation of color #BC1943: hue angle of 344.54º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1943 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB1882567-
CMYK00.870.640.26
HSL344.54º76.53%41.76%-
HSV(B)344.54º86.7%73.73%-
XYZ22.111.796.42-
YUV78.53121.5206.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 67.14%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=67.14%
G=8.93%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188256700.870.640.26344.5476.5341.76
HexBC1943057401A1594d2a
Octal2743110301271003253111552
Binary10111100110011000011010101111000000110101010110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1943; }

 p { color: rgb(188,25,67); }

 H1.HeaderClassName
 {
   color: #BC1943;
 }
 .AnyTagClassName
 {
   color: #BC1943;
 }
</style>
background-color css

<style>
 a { background-color: #BC1943; }

 a { background-color: rgb(188,25,67); }

 div.DivClassName
 {
   background-color: #BC1943;
 }
 .BgClassName
 {
   background-color: #BC1943;
 }
</style>
border-color css

<style>
 span { border-color: #BC1943; }

 span { border-color: rgb(188,25,67); }

 td.TdClassName
 {
   border-color: #BC1943;
 }
 .TagClassName
 {
   border-color: #BC1943;
 }
</style>