#BC1C3C

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

Shades of Cardinal #BC1C3C

Tints of Cardinal #BC1C3C

Color information

#BC1C3C (or 0xBC1C3C) is unknown color: approx Cardinal. HEX triplet: BC, 1C and 3C. RGB value is (188,28,60). Sum of RGB (Red+Green+Blue) = 188+28+60=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C3C is #43E3C3. Grayscale: #4F4F4F. Windows color (decimal): -4449220 or 3939516. OLE color: 3939516.

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

Color convert

RGB1882860-
CMYK00.850.680.26
HSL348º74.07%42.35%-
HSV(B)348º85.11%73.73%-
XYZ21.9711.855.4-
YUV79.49117.01205.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.12%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=68.12%
G=10.14%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188286000.850.680.2634874.0742.35
HexBC1C3C055441A15c4a2a
Octal274347401251043253411252
Binary1011110011100111100010101011000100110101010111001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C3C; }

 p { color: rgb(188,28,60); }

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

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

 a { background-color: rgb(188,28,60); }

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

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

 span { border-color: rgb(188,28,60); }

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