#B11500

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

Shades of Free Speech Red #B11500

Tints of Free Speech Red #B11500

Color information

#B11500 (or 0xB11500) is unknown color: approx Free Speech Red. HEX triplet: B1, 15 and 00. RGB value is (177,21,0). Sum of RGB (Red+Green+Blue) = 177+21+0=198 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.39% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 177 - color contains mainly: red. Hex color #B11500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11500 is #4EEAFF. Grayscale: #414141. Windows color (decimal): -5171968 or 5553. OLE color: 5553.

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

Color convert

RGB177210-
CMYK00.8810.31
HSL7.12º100%34.71%-
HSV(B)7.12º100%69.41%-
XYZ18.49.880.94-
YUV65.2591.18207.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 89.39%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.39%
G=10.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17721000.8810.317.1210034.71
HexB1150058641F76423
Octal261250013014437714443
Binary10110001101010010110001100100111111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11500; }

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

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

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

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

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

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

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

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