Html Css Color HEX #B11201 Free Speech Red

📋 copy color: '#B11201'

red 177 ◦ green 18 ◦ blue 1

#B11201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #B11201

Tints of Free Speech Red #B11201

RGB

 RED value IS 177 (69.53% from 255) = 90.31%

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 90.31%
G = 9.18%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B11201 (or 0xB11201) is known color: Free Speech Red. HEX triplet: B1, 12 and 01. RGB value is (177,18,1). Sum of RGB (Red+Green+Blue) = 177+18+1=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B11201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11201 is #4EEDFE. Grayscale: #3F3F3F. Windows color (decimal): -5172735 or 70321. OLE color: 70321.

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

Color convert

RGB 177 18 1 -
CMYK 0 0.90 0.99 0.31
HSL 5.8º 0.99% 0.35% -
HSV(B) 5.8º 0.99% 0.69% -
XYZ 18.35 9.78 0.95 -
YUV 63.6 92.68 208.88 -
System Red Green Blue C M Y K H S L
Decimal 177 18 1 0 0.90 0.99 0.31 5.8 0.99 0.35
Hex B1 12 1 0 5A 63 1F 6 63 23
Octal 261 22 1 0 132 143 37 6 143 43
Binary 10110001 10010 1 0 1011010 1100011 11111 110 1100011 100011

Color Harmonies of #B11201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11201

Black with #B11201

Text Example


Text Example

White with #B11201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11201; }

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

 H1.HeaderClassName
 {
   color: #B11201;
 }
 .AnyTagClassName
 {
   color: #B11201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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