#BC112D

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

Shades of Cardinal #BC112D

Tints of Cardinal #BC112D

Color information

#BC112D (or 0xBC112D) is unknown color: approx Cardinal. HEX triplet: BC, 11 and 2D. RGB value is (188,17,45). Sum of RGB (Red+Green+Blue) = 188+17+45=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112D is #43EED2. Grayscale: #474747. Windows color (decimal): -4452051 or 2953660. OLE color: 2953660.

HSL color Cylindrical-coordinate representation of color #BC112D: hue angle of 350.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC112D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1881745-
CMYK00.910.760.26
HSL350.18º83.41%40.2%-
HSV(B)350.18º90.96%73.73%-
XYZ21.4111.283.53-
YUV71.32113.15211.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.2%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 45 (17.97% from 255) = 18%
R=75.2%
G=6.8%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188174500.910.760.26350.1883.4140.2
HexBC112D05B4C1A15e5328
Octal274215501331143253612350
Binary1011110010001101101010110111001100110101010111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC112D; }

 p { color: rgb(188,17,45); }

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

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

 a { background-color: rgb(188,17,45); }

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

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

 span { border-color: rgb(188,17,45); }

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