#BC112C

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

Shades of Cardinal #BC112C

Tints of Cardinal #BC112C

Color information

#BC112C (or 0xBC112C) is unknown color: approx Cardinal. HEX triplet: BC, 11 and 2C. RGB value is (188,17,44). Sum of RGB (Red+Green+Blue) = 188+17+44=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112C is #43EED3. Grayscale: #474747. Windows color (decimal): -4452052 or 2888124. OLE color: 2888124.

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

Color convert

RGB1881744-
CMYK00.910.770.26
HSL350.53º83.41%40.2%-
HSV(B)350.53º90.96%73.73%-
XYZ21.3911.273.43-
YUV71.21112.65211.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.50%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=75.50%
G=6.83%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188174400.910.770.26350.5383.4140.2
HexBC112C05B4D1A15f5328
Octal274215401331153253712350
Binary1011110010001101100010110111001101110101010111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC112C; }

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

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

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

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

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

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

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

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