#BC1604

Color #BC1604 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BC1604

Tints of Free Speech Red #BC1604

Color information

#BC1604 (or 0xBC1604) is unknown color: approx Free Speech Red. HEX triplet: BC, 16 and 04. RGB value is (188,22,4). Sum of RGB (Red+Green+Blue) = 188+22+4=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1604 is #43E9FB. Grayscale: #454545. Windows color (decimal): -4450812 or 267964. OLE color: 267964.

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

Color convert

RGB188224-
CMYK00.880.980.26
HSL5.87º95.83%37.65%-
HSV(B)5.87º97.87%73.73%-
XYZ21.0511.271.18-
YUV69.5891212.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 87.85%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=87.85%
G=10.28%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18822400.880.980.265.8795.8337.65
HexBC164058621A66026
Octal274264013014232614046
Binary1011110010110100010110001100010110101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1604; }

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

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

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

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

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

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

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

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