#B11209

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

Shades of Free Speech Red #B11209

Tints of Free Speech Red #B11209

Color information

#B11209 (or 0xB11209) is unknown color: approx Free Speech Red. HEX triplet: B1, 12 and 09. RGB value is (177,18,9). Sum of RGB (Red+Green+Blue) = 177+18+9=204 (27% of max value = 765). Red value is 177 (69.53% from 255 or 86.76% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 177 - color contains mainly: red. Hex color #B11209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11209 is #4EEDF6. Grayscale: #404040. Windows color (decimal): -5172727 or 594609. OLE color: 594609.

HSL color Cylindrical-coordinate representation of color #B11209: hue angle of 3.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B11209 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177189-
CMYK00.900.950.31
HSL3.21º90.32%36.47%-
HSV(B)3.21º94.92%69.41%-
XYZ18.49.81.18-
YUV64.5196.68208.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 86.76%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 9 (3.91% from 255) = 4.41%
R=86.76%
G=8.82%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17718900.900.950.313.2190.3236.47
HexB112905A5F1F35a24
Octal2612211013213737313244
Binary1011000110010100101011010101111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11209; }

 p { color: rgb(177,18,9); }

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

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

 a { background-color: rgb(177,18,9); }

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

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

 span { border-color: rgb(177,18,9); }

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