#B20703

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

Shades of Free Speech Red #B20703

Tints of Free Speech Red #B20703

Color information

#B20703 (or 0xB20703) is unknown color: approx Free Speech Red. HEX triplet: B2, 07 and 03. RGB value is (178,7,3). Sum of RGB (Red+Green+Blue) = 178+7+3=188 (24% of max value = 765). Red value is 178 (69.92% from 255 or 94.68% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 178 - color contains mainly: red. Hex color #B20703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20703 is #4DF8FC. Grayscale: #393939. Windows color (decimal): -5110013 or 198578. OLE color: 198578.

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

Color convert

RGB17873-
CMYK00.960.980.30
HSL1.37º96.69%35.49%-
HSV(B)1.37º98.31%69.8%-
XYZ18.459.620.97-
YUV57.6797.15213.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 94.68%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=94.68%
G=3.72%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787300.960.980.301.3796.6935.49
HexB273060621E16123
Octal26273014014236114143
Binary10110010111110110000011000101111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20703; }

 p { color: rgb(178,7,3); }

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

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

 a { background-color: rgb(178,7,3); }

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

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

 span { border-color: rgb(178,7,3); }

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