#B2140B

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

Shades of Free Speech Red #B2140B

Tints of Free Speech Red #B2140B

Color information

#B2140B (or 0xB2140B) is unknown color: approx Free Speech Red. HEX triplet: B2, 14 and 0B. RGB value is (178,20,11). Sum of RGB (Red+Green+Blue) = 178+20+11=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B2140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2140B is #4DEBF4. Grayscale: #424242. Windows color (decimal): -5106677 or 726194. OLE color: 726194.

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

Color convert

RGB1782011-
CMYK00.890.940.30
HSL3.23º88.36%37.06%-
HSV(B)3.23º93.82%69.8%-
XYZ18.679.991.26-
YUV66.2296.85207.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 85.17%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 11 (4.69% from 255) = 5.26%
R=85.17%
G=9.57%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178201100.890.940.303.2388.3637.06
HexB214B0595E1E35825
Octal2622413013113636313045
Binary1011001010100101101011001101111011110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2140B; }

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

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

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

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

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

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

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

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