#BC0100

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

Shades of Free Speech Red #BC0100

Tints of Free Speech Red #BC0100

Color information

#BC0100 (or 0xBC0100) is unknown color: approx Free Speech Red. HEX triplet: BC, 01 and 00. RGB value is (188,1,0). Sum of RGB (Red+Green+Blue) = 188+1+0=189 (25% of max value = 765). Red value is 188 (73.83% from 255 or 99.47% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0100 is #43FEFF. Grayscale: #383838. Windows color (decimal): -4456192 or 444. OLE color: 444.

HSL color Cylindrical-coordinate representation of color #BC0100: hue angle of 0.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB18810-
CMYK00.9910.26
HSL0.32º100%36.86%-
HSV(B)0.32º100%73.73%-
XYZ20.7510.710.97-
YUV56.895.95221.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 99.47%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.47%
G=0.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881000.9910.260.3210036.86
HexBC10063641A06425
Octal27410014314432014445
Binary10111100100110001111001001101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0100; }

 p { color: rgb(188,1,0); }

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

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

 a { background-color: rgb(188,1,0); }

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

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

 span { border-color: rgb(188,1,0); }

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