#B20C07

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

Shades of Free Speech Red #B20C07

Tints of Free Speech Red #B20C07

Color information

#B20C07 (or 0xB20C07) is unknown color: approx Free Speech Red. HEX triplet: B2, 0C and 07. RGB value is (178,12,7). Sum of RGB (Red+Green+Blue) = 178+12+7=197 (26% of max value = 765). Red value is 178 (69.92% from 255 or 90.36% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20C07 is #4DF3F8. Grayscale: #3D3D3D. Windows color (decimal): -5108729 or 462002. OLE color: 462002.

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

Color convert

RGB178127-
CMYK00.930.960.30
HSL1.75º92.43%36.27%-
HSV(B)1.75º96.07%69.8%-
XYZ18.539.741.11-
YUV61.0697.5211.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 90.36%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=90.36%
G=6.09%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812700.930.960.301.7592.4336.27
HexB2C705D601E25c24
Octal262147013514036213444
Binary10110010110011101011101110000011110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C07; }

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

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

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

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

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

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

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

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