#B11000

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

Shades of Free Speech Red #B11000

Tints of Free Speech Red #B11000

Color information

#B11000 (or 0xB11000) is unknown color: approx Free Speech Red. HEX triplet: B1, 10 and 00. RGB value is (177,16,0). Sum of RGB (Red+Green+Blue) = 177+16+0=193 (25% of max value = 765). Red value is 177 (69.53% from 255 or 91.71% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 177 - color contains mainly: red. Hex color #B11000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11000 is #4EEFFF. Grayscale: #3E3E3E. Windows color (decimal): -5173248 or 4273. OLE color: 4273.

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

Color convert

RGB177160-
CMYK00.9110.31
HSL5.42º100%34.71%-
HSV(B)5.42º100%69.41%-
XYZ18.329.720.91-
YUV62.3292.84209.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 91.71%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.71%
G=8.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716000.9110.315.4210034.71
HexB110005B641F56423
Octal261200013314437514443
Binary10110001100000010110111100100111111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11000; }

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

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

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

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

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

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

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

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