#B20E00

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

Shades of Free Speech Red #B20E00

Tints of Free Speech Red #B20E00

Color information

#B20E00 (or 0xB20E00) is unknown color: approx Free Speech Red. HEX triplet: B2, 0E and 00. RGB value is (178,14,0). Sum of RGB (Red+Green+Blue) = 178+14+0=192 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.71% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20E00 is #4DF1FF. Grayscale: #3D3D3D. Windows color (decimal): -5108224 or 3762. OLE color: 3762.

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

Color convert

RGB178140-
CMYK00.9210.30
HSL4.72º100%34.9%-
HSV(B)4.72º100%69.8%-
XYZ18.529.780.91-
YUV61.4493.33211.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 92.71%
GREEN value IS 14 (5.86% from 255) = 7.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.71%
G=7.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814000.9210.304.7210034.9
HexB2E005C641E56423
Octal262160013414436514443
Binary1011001011100010111001100100111101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E00; }

 p { color: rgb(178,14,0); }

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

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

 a { background-color: rgb(178,14,0); }

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

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

 span { border-color: rgb(178,14,0); }

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