#BC1149

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

Shades of Cardinal #BC1149

Tints of Cardinal #BC1149

Color information

#BC1149 (or 0xBC1149) is unknown color: approx Cardinal. HEX triplet: BC, 11 and 49. RGB value is (188,17,73). Sum of RGB (Red+Green+Blue) = 188+17+73=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1149 is #43EEB6. Grayscale: #4A4A4A. Windows color (decimal): -4452023 or 4788668. OLE color: 4788668.

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

Color convert

RGB1881773-
CMYK00.910.610.26
HSL340.35º83.41%40.2%-
HSV(B)340.35º90.96%73.73%-
XYZ22.1411.577.37-
YUV74.51127.15208.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.63%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=67.63%
G=6.12%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188177300.910.610.26340.3583.4140.2
HexBC114905B3D1A1545328
Octal274211110133753252412350
Binary1011110010001100100101011011111101110101010101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1149; }

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

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

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

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

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

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

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

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