Html Css Color HEX #BB110B Free Speech Red

📋 copy color: '#BB110B'

red 187 ◦ green 17 ◦ blue 11

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

Shades of Free Speech Red #BB110B

Tints of Free Speech Red #BB110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 86.98%
G = 7.91%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB110B (or 0xBB110B) is known color: Free Speech Red. HEX triplet: BB, 11 and 0B. RGB value is (187,17,11). Sum of RGB (Red+Green+Blue) = 187+17+11=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB110B is #44EEF4. Grayscale: #434343. Windows color (decimal): -4517621 or 725435. OLE color: 725435.

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

Color convert

RGB 187 17 11 -
CMYK 0 0.91 0.94 0.27
HSL 2.05º 0.89% 0.39% -
HSV(B) 2.05º 0.94% 0.73% -
XYZ 20.75 10.99 1.34 -
YUV 67.15 96.32 213.49 -
System Red Green Blue C M Y K H S L
Decimal 187 17 11 0 0.91 0.94 0.27 2.05 0.89 0.39
Hex BB 11 B 0 5B 5E 1B 2 59 27
Octal 273 21 13 0 133 136 33 2 131 47
Binary 10111011 10001 1011 0 1011011 1011110 11011 10 1011001 100111

Color Harmonies of #BB110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB110B

Black with #BB110B

Text Example


Text Example

White with #BB110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB110B; }

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

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

background-color css

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

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

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

border-color css

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

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

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