#B20604

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

Shades of Free Speech Red #B20604

Tints of Free Speech Red #B20604

Color information

#B20604 (or 0xB20604) is unknown color: approx Free Speech Red. HEX triplet: B2, 06 and 04. RGB value is (178,6,4). Sum of RGB (Red+Green+Blue) = 178+6+4=188 (24% of max value = 765). Red value is 178 (69.92% from 255 or 94.68% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 178 - color contains mainly: red. Hex color #B20604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20604 is #4DF9FB. Grayscale: #393939. Windows color (decimal): -5110268 or 263858. OLE color: 263858.

HSL color Cylindrical-coordinate representation of color #B20604: hue angle of 0.69º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB17864-
CMYK00.970.980.30
HSL0.69º95.6%35.69%-
HSV(B)0.69º97.75%69.8%-
XYZ18.459.61-
YUV57.297.98214.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 94.68%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=94.68%
G=3.19%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786400.970.980.300.6995.635.69
HexB264061621E16024
Octal26264014114236114044
Binary101100101101000110000111000101111011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20604; }

 p { color: rgb(178,6,4); }

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

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

 a { background-color: rgb(178,6,4); }

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

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

 span { border-color: rgb(178,6,4); }

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