#BC1942

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

Shades of Cardinal #BC1942

Tints of Cardinal #BC1942

Color information

#BC1942 (or 0xBC1942) is unknown color: approx Cardinal. HEX triplet: BC, 19 and 42. RGB value is (188,25,66). Sum of RGB (Red+Green+Blue) = 188+25+66=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1942 is #43E6BD. Grayscale: #4E4E4E. Windows color (decimal): -4449982 or 4331964. OLE color: 4331964.

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

Color convert

RGB1882566-
CMYK00.870.650.26
HSL344.91º76.53%41.76%-
HSV(B)344.91º86.7%73.73%-
XYZ22.0711.786.26-
YUV78.41121206.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=67.38%
G=8.96%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188256600.870.650.26344.9176.5341.76
HexBC1942057411A1594d2a
Octal2743110201271013253111552
Binary10111100110011000010010101111000001110101010110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1942; }

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

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

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

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

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

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

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

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