#BC1339

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

Shades of Cardinal #BC1339

Tints of Cardinal #BC1339

Color information

#BC1339 (or 0xBC1339) is unknown color: approx Cardinal. HEX triplet: BC, 13 and 39. RGB value is (188,19,57). Sum of RGB (Red+Green+Blue) = 188+19+57=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1339 is #43ECC6. Grayscale: #494949. Windows color (decimal): -4451527 or 3740604. OLE color: 3740604.

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

Color convert

RGB1881957-
CMYK00.900.700.26
HSL346.51º81.64%40.59%-
HSV(B)346.51º89.89%73.73%-
XYZ21.7111.454.94-
YUV73.86118.49209.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 71.21%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=71.21%
G=7.20%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188195700.900.700.26346.5181.6440.59
HexBC133905A461A15b5229
Octal274237101321063253312251
Binary1011110010011111001010110101000110110101010110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1339; }

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

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

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

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

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

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

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

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