#BC1940

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

Shades of Cardinal #BC1940

Tints of Cardinal #BC1940

Color information

#BC1940 (or 0xBC1940) is unknown color: approx Cardinal. HEX triplet: BC, 19 and 40. RGB value is (188,25,64). Sum of RGB (Red+Green+Blue) = 188+25+64=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1940 is #43E6BF. Grayscale: #4E4E4E. Windows color (decimal): -4449984 or 4200892. OLE color: 4200892.

HSL color Cylindrical-coordinate representation of color #BC1940: hue angle of 345.64º 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 #BC1940 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1882564-
CMYK00.870.660.26
HSL345.64º76.53%41.76%-
HSV(B)345.64º86.7%73.73%-
XYZ22.0111.765.96-
YUV78.18120206.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.87%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=67.87%
G=9.03%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188256400.870.660.26345.6476.5341.76
HexBC1940057421A15a4d2a
Octal2743110001271023253211552
Binary10111100110011000000010101111000010110101010110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1940; }

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

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

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

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

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

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

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

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