#BC1606

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

Shades of Free Speech Red #BC1606

Tints of Free Speech Red #BC1606

Color information

#BC1606 (or 0xBC1606) is unknown color: approx Free Speech Red. HEX triplet: BC, 16 and 06. RGB value is (188,22,6). Sum of RGB (Red+Green+Blue) = 188+22+6=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1606 is #43E9F9. Grayscale: #464646. Windows color (decimal): -4450810 or 399036. OLE color: 399036.

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

Color convert

RGB188226-
CMYK00.880.970.26
HSL5.27º93.81%38.04%-
HSV(B)5.27º96.81%73.73%-
XYZ21.0611.281.24-
YUV69.8192212.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 87.04%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=87.04%
G=10.19%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18822600.880.970.265.2793.8138.04
HexBC166058611A55e26
Octal274266013014132513646
Binary1011110010110110010110001100001110101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1606; }

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

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

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

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

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

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

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

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