#b71100

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

Shades of Free Speech Red #B71100

Tints of Free Speech Red #B71100

Color information

#B71100 (or 0xB71100) is unknown color: approx Free Speech Red. HEX triplet: B7, 11 and 00. RGB value is (183,17,0). Sum of RGB (Red+Green+Blue) = 183+17+0=200 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 183 - color contains mainly: red. Hex color #B71100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71100 is #48EEFF. Grayscale: #404040. Windows color (decimal): -4779776 or 4535. OLE color: 4535.

HSL color Cylindrical-coordinate representation of color #B71100: hue angle of 5.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B71100 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB183170-
CMYK00.9110.28
HSL5.57º100%35.88%-
HSV(B)5.57º100%71.76%-
XYZ19.7310.470.98-
YUV64.791.5212.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 91.5%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.5%
G=8.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317000.9110.285.5710035.88
HexB711005B641C66424
Octal267210013314434614444
Binary10110111100010010110111100100111001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71100; }

 p { color: rgb(183,17,0); }

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

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

 a { background-color: rgb(183,17,0); }

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

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

 span { border-color: rgb(183,17,0); }

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