#B20B01

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

Shades of Free Speech Red #B20B01

Tints of Free Speech Red #B20B01

Color information

#B20B01 (or 0xB20B01) is unknown color: approx Free Speech Red. HEX triplet: B2, 0B and 01. RGB value is (178,11,1). Sum of RGB (Red+Green+Blue) = 178+11+1=190 (25% of max value = 765). Red value is 178 (69.92% from 255 or 93.68% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20B01 is #4DF4FE. Grayscale: #3C3C3C. Windows color (decimal): -5108991 or 68530. OLE color: 68530.

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

Color convert

RGB178111-
CMYK00.940.990.30
HSL3.39º98.88%35.1%-
HSV(B)3.39º99.44%69.8%-
XYZ18.499.710.93-
YUV59.7994.83212.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 93.68%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=93.68%
G=5.79%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811100.940.990.303.3998.8835.1
HexB2B105E631E36323
Octal262131013614336314343
Binary101100101011101011110110001111110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20B01; }

 p { color: rgb(178,11,1); }

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

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

 a { background-color: rgb(178,11,1); }

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

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

 span { border-color: rgb(178,11,1); }

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