#BC112A

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

Shades of Cardinal #BC112A

Tints of Cardinal #BC112A

Color information

#BC112A (or 0xBC112A) is unknown color: approx Cardinal. HEX triplet: BC, 11 and 2A. RGB value is (188,17,42). Sum of RGB (Red+Green+Blue) = 188+17+42=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112A is #43EED5. Grayscale: #474747. Windows color (decimal): -4452054 or 2757052. OLE color: 2757052.

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

Color convert

RGB1881742-
CMYK00.910.780.26
HSL351.23º83.41%40.2%-
HSV(B)351.23º90.96%73.73%-
XYZ21.3611.263.24-
YUV70.98111.65211.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=76.11%
G=6.88%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188174200.910.780.26351.2383.4140.2
HexBC112A05B4E1A15f5328
Octal274215201331163253712350
Binary1011110010001101010010110111001110110101010111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC112A; }

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

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

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

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

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

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

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

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