#bc1639

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

Shades of Cardinal #BC1639

Tints of Cardinal #BC1639

Color information

#BC1639 (or 0xBC1639) is unknown color: approx Cardinal. HEX triplet: BC, 16 and 39. RGB value is (188,22,57). Sum of RGB (Red+Green+Blue) = 188+22+57=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1639 is #43E9C6. Grayscale: #4B4B4B. Windows color (decimal): -4450759 or 3741372. OLE color: 3741372.

HSL color Cylindrical-coordinate representation of color #BC1639: hue angle of 347.35º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1639 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1882257-
CMYK00.880.700.26
HSL347.35º79.05%41.18%-
HSV(B)347.35º88.3%73.73%-
XYZ21.7611.564.96-
YUV75.62117.5208.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.41%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=70.41%
G=8.24%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188225700.880.700.26347.3579.0541.18
HexBC1639058461A15b4f29
Octal274267101301063253311751
Binary1011110010110111001010110001000110110101010110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc1639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc1639; }

 p { color: rgb(188,22,57); }

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

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

 a { background-color: rgb(188,22,57); }

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

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

 span { border-color: rgb(188,22,57); }

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