#BC1306

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

Shades of Free Speech Red #BC1306

Tints of Free Speech Red #BC1306

Color information

#BC1306 (or 0xBC1306) is unknown color: approx Free Speech Red. HEX triplet: BC, 13 and 06. RGB value is (188,19,6). Sum of RGB (Red+Green+Blue) = 188+19+6=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1306 is #43ECF9. Grayscale: #444444. Windows color (decimal): -4451578 or 398268. OLE color: 398268.

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

Color convert

RGB188196-
CMYK00.900.970.26
HSL4.29º93.81%38.04%-
HSV(B)4.29º96.81%73.73%-
XYZ2111.171.22-
YUV68.0592.99213.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 88.26%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=88.26%
G=8.92%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18819600.900.970.264.2993.8138.04
HexBC13605A611A45e26
Octal274236013214132413646
Binary1011110010011110010110101100001110101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1306; }

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

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

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

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

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

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

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

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