Html Css Color HEX #B11501 Free Speech Red

📋 copy color: '#B11501'

red 177 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #B11501

Tints of Free Speech Red #B11501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 88.94%
G = 10.55%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B11501 (or 0xB11501) is known color: Free Speech Red. HEX triplet: B1, 15 and 01. RGB value is (177,21,1). Sum of RGB (Red+Green+Blue) = 177+21+1=199 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.94% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 177 - color contains mainly: red. Hex color #B11501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11501 is #4EEAFE. Grayscale: #414141. Windows color (decimal): -5171967 or 71089. OLE color: 71089.

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

Color convert

RGB 177 21 1 -
CMYK 0 0.88 0.99 0.31
HSL 6.82º 0.99% 0.35% -
HSV(B) 6.82º 0.99% 0.69% -
XYZ 18.41 9.89 0.97 -
YUV 65.36 91.68 207.63 -
System Red Green Blue C M Y K H S L
Decimal 177 21 1 0 0.88 0.99 0.31 6.82 0.99 0.35
Hex B1 15 1 0 58 63 1F 7 63 23
Octal 261 25 1 0 130 143 37 7 143 43
Binary 10110001 10101 1 0 1011000 1100011 11111 111 1100011 100011

Color Harmonies of #B11501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11501

Black with #B11501

Text Example


Text Example

White with #B11501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11501; }

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

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

background-color css

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

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

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

border-color css

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

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

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