#BC1B3A

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

Shades of Cardinal #BC1B3A

Tints of Cardinal #BC1B3A

Color information

#BC1B3A (or 0xBC1B3A) is unknown color: approx Cardinal. HEX triplet: BC, 1B and 3A. RGB value is (188,27,58). Sum of RGB (Red+Green+Blue) = 188+27+58=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B3A is #43E4C5. Grayscale: #4E4E4E. Windows color (decimal): -4449478 or 3808188. OLE color: 3808188.

HSL color Cylindrical-coordinate representation of color #BC1B3A: hue angle of 348.45º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B3A is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1882758-
CMYK00.860.690.26
HSL348.45º74.88%42.16%-
HSV(B)348.45º85.64%73.73%-
XYZ21.8911.785.12-
YUV78.67116.34205.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.86%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=68.86%
G=9.89%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188275800.860.690.26348.4574.8842.16
HexBC1B3A056451A15c4b2a
Octal274337201261053253411352
Binary1011110011011111010010101101000101110101010111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B3A; }

 p { color: rgb(188,27,58); }

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

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

 a { background-color: rgb(188,27,58); }

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

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

 span { border-color: rgb(188,27,58); }

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