#BC1406

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

Shades of Free Speech Red #BC1406

Tints of Free Speech Red #BC1406

Color information

#BC1406 (or 0xBC1406) is unknown color: approx Free Speech Red. HEX triplet: BC, 14 and 06. RGB value is (188,20,6). Sum of RGB (Red+Green+Blue) = 188+20+6=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1406 is #43EBF9. Grayscale: #444444. Windows color (decimal): -4451322 or 398524. OLE color: 398524.

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

Color convert

RGB188206-
CMYK00.890.970.26
HSL4.62º93.81%38.04%-
HSV(B)4.62º96.81%73.73%-
XYZ21.0211.21.23-
YUV68.6492.66213.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 87.85%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=87.85%
G=9.35%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18820600.890.970.264.6293.8138.04
HexBC146059611A55e26
Octal274246013114132513646
Binary1011110010100110010110011100001110101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1406; }

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

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

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

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

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

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

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

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