#BC1B3B

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

Shades of Cardinal #BC1B3B

Tints of Cardinal #BC1B3B

Color information

#BC1B3B (or 0xBC1B3B) is unknown color: approx Cardinal. HEX triplet: BC, 1B and 3B. RGB value is (188,27,59). Sum of RGB (Red+Green+Blue) = 188+27+59=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B3B is #43E4C4. Grayscale: #4E4E4E. Windows color (decimal): -4449477 or 3873724. OLE color: 3873724.

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

Color convert

RGB1882759-
CMYK00.860.690.26
HSL348.07º74.88%42.16%-
HSV(B)348.07º85.64%73.73%-
XYZ21.9211.795.26-
YUV78.79116.84205.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.61%
GREEN value IS 27 (10.94% from 255) = 9.85%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=68.61%
G=9.85%
B=21.53%

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
Decimal188275900.860.690.26348.0774.8842.16
HexBC1B3B056451A15c4b2a
Octal274337301261053253411352
Binary1011110011011111011010101101000101110101010111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B3B; }

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

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

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

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

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

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

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

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