Html Css Color HEX #BB1100 Free Speech Red

📋 copy color: '#BB1100'

red 187 ◦ green 17 ◦ blue 0

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

Shades of Free Speech Red #BB1100

Tints of Free Speech Red #BB1100

RGB

 RED value IS 187 (73.44% from 255) = 91.67%

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 91.67%
G = 8.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB1100 (or 0xBB1100) is known color: Free Speech Red. HEX triplet: BB, 11 and 00. RGB value is (187,17,0). Sum of RGB (Red+Green+Blue) = 187+17+0=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1100 is #44EEFF. Grayscale: #424242. Windows color (decimal): -4517632 or 4539. OLE color: 4539.

HSL color Cylindrical-coordinate representation of color #BB1100: hue angle of 5.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB1100 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 0 -
CMYK 0 0.91 1 0.27
HSL 5.45º 1% 0.37% -
HSV(B) 5.45º 1% 0.73% -
XYZ 20.69 10.97 1.03 -
YUV 65.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 187 17 0 0 0.91 1 0.27 5.45 1 0.37
Hex BB 11 0 0 5B 64 1B 5 64 25
Octal 273 21 0 0 133 144 33 5 144 45
Binary 10111011 10001 0 0 1011011 1100100 11011 101 1100100 100101

Color Harmonies of #BB1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1100

Black with #BB1100

Text Example


Text Example

White with #BB1100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1100; }

 p { color: rgb(187,17,0); }

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

background-color css

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

 a { background-color: rgb(187,17,0); }

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

border-color css

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

 span { border-color: rgb(187,17,0); }

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