Html Css Color HEX #B11E00 Free Speech Red

📋 copy color: '#B11E00'

red 177 ◦ green 30 ◦ blue 0

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

Shades of Free Speech Red #B11E00

Tints of Free Speech Red #B11E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.51%
G = 14.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B11E00 (or 0xB11E00) is known color: Free Speech Red. HEX triplet: B1, 1E and 00. RGB value is (177,30,0). Sum of RGB (Red+Green+Blue) = 177+30+0=207 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.51% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11E00 is #4EE1FF. Grayscale: #464646. Windows color (decimal): -5169664 or 7857. OLE color: 7857.

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

Color convert

RGB 177 30 0 -
CMYK 0 0.83 1 0.31
HSL 10.17º 1% 0.35% -
HSV(B) 10.17º 1% 0.69% -
XYZ 18.6 10.28 1 -
YUV 70.53 88.2 203.94 -
System Red Green Blue C M Y K H S L
Decimal 177 30 0 0 0.83 1 0.31 10.17 1 0.35
Hex B1 1E 0 0 53 64 1F A 64 23
Octal 261 36 0 0 123 144 37 12 144 43
Binary 10110001 11110 0 0 1010011 1100100 11111 1010 1100100 100011

Color Harmonies of #B11E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11E00

Black with #B11E00

Text Example


Text Example

White with #B11E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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