#B11509

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

Shades of Free Speech Red #B11509

Tints of Free Speech Red #B11509

Color information

#B11509 (or 0xB11509) is unknown color: approx Free Speech Red. HEX triplet: B1, 15 and 09. RGB value is (177,21,9). Sum of RGB (Red+Green+Blue) = 177+21+9=207 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.51% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 177 - color contains mainly: red. Hex color #B11509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11509 is #4EEAF6. Grayscale: #424242. Windows color (decimal): -5171959 or 595377. OLE color: 595377.

HSL color Cylindrical-coordinate representation of color #B11509: hue angle of 4.29º 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 #B11509 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177219-
CMYK00.880.950.31
HSL4.29º90.32%36.47%-
HSV(B)4.29º94.92%69.41%-
XYZ18.459.91.2-
YUV66.2895.68206.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 85.51%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=85.51%
G=10.14%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17721900.880.950.314.2990.3236.47
HexB11590585F1F45a24
Octal2612511013013737413244
Binary10110001101011001010110001011111111111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11509; }

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

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

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

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

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

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

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

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