Html Css Color HEX #B11300 Free Speech Red

📋 copy color: '#B11300'

red 177 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #B11300

Tints of Free Speech Red #B11300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 90.31%
G = 9.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B11300 (or 0xB11300) is known color: Free Speech Red. HEX triplet: B1, 13 and 00. RGB value is (177,19,0). Sum of RGB (Red+Green+Blue) = 177+19+0=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B11300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11300 is #4EECFF. Grayscale: #404040. Windows color (decimal): -5172480 or 5041. OLE color: 5041.

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

Color convert

RGB 177 19 0 -
CMYK 0 0.89 1 0.31
HSL 6.44º 1% 0.35% -
HSV(B) 6.44º 1% 0.69% -
XYZ 18.36 9.81 0.93 -
YUV 64.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 177 19 0 0 0.89 1 0.31 6.44 1 0.35
Hex B1 13 0 0 59 64 1F 6 64 23
Octal 261 23 0 0 131 144 37 6 144 43
Binary 10110001 10011 0 0 1011001 1100100 11111 110 1100100 100011

Color Harmonies of #B11300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11300

Black with #B11300

Text Example


Text Example

White with #B11300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11300; }

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

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

background-color css

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

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

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

border-color css

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

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

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