#BC1246

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

Shades of Cardinal #BC1246

Tints of Cardinal #BC1246

Color information

#BC1246 (or 0xBC1246) is unknown color: approx Cardinal. HEX triplet: BC, 12 and 46. RGB value is (188,18,70). Sum of RGB (Red+Green+Blue) = 188+18+70=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1246 is #43EDB9. Grayscale: #4A4A4A. Windows color (decimal): -4451770 or 4592316. OLE color: 4592316.

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

Color convert

RGB1881870-
CMYK00.900.630.26
HSL341.65º82.52%40.39%-
HSV(B)341.65º90.43%73.73%-
XYZ22.0611.576.86-
YUV74.76125.32208.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.12%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=68.12%
G=6.52%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188187000.900.630.26341.6582.5240.39
HexBC124605A3F1A1565328
Octal274221060132773252612350
Binary1011110010010100011001011010111111110101010101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1246; }

 p { color: rgb(188,18,70); }

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

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

 a { background-color: rgb(188,18,70); }

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

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

 span { border-color: rgb(188,18,70); }

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