#BC1342

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

Shades of Cardinal #BC1342

Tints of Cardinal #BC1342

Color information

#BC1342 (or 0xBC1342) is unknown color: approx Cardinal. HEX triplet: BC, 13 and 42. RGB value is (188,19,66). Sum of RGB (Red+Green+Blue) = 188+19+66=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1342 is #43ECBD. Grayscale: #4A4A4A. Windows color (decimal): -4451518 or 4330428. OLE color: 4330428.

HSL color Cylindrical-coordinate representation of color #BC1342: hue angle of 343.31º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1342 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1881966-
CMYK00.900.650.26
HSL343.31º81.64%40.59%-
HSV(B)343.31º89.89%73.73%-
XYZ21.9611.556.23-
YUV74.89122.99208.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.86%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=68.86%
G=6.96%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188196600.900.650.26343.3181.6440.59
HexBC134205A411A1575229
Octal2742310201321013252712251
Binary10111100100111000010010110101000001110101010101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1342; }

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

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

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

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

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

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

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

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