#BC0700

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

Shades of Free Speech Red #BC0700

Tints of Free Speech Red #BC0700

Color information

#BC0700 (or 0xBC0700) is unknown color: approx Free Speech Red. HEX triplet: BC, 07 and 00. RGB value is (188,7,0). Sum of RGB (Red+Green+Blue) = 188+7+0=195 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.41% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0700 is #43F8FF. Grayscale: #3C3C3C. Windows color (decimal): -4454656 or 1980. OLE color: 1980.

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

Color convert

RGB18870-
CMYK00.9610.26
HSL2.23º100%36.86%-
HSV(B)2.23º100%73.73%-
XYZ20.8210.841-
YUV60.3293.97219.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 96.41%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.41%
G=3.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887000.9610.262.2310036.86
HexBC70060641A26425
Octal27470014014432214445
Binary10111100111001100000110010011010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0700; }

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

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

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

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

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

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

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

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