Html Css Color HEX #BB110D Free Speech Red

📋 copy color: '#BB110D'

red 187 ◦ green 17 ◦ blue 13

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

Shades of Free Speech Red #BB110D

Tints of Free Speech Red #BB110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.99%

R = 86.18%
G = 7.83%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB110D (or 0xBB110D) is known color: Free Speech Red. HEX triplet: BB, 11 and 0D. RGB value is (187,17,13). Sum of RGB (Red+Green+Blue) = 187+17+13=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB110D is #44EEF2. Grayscale: #434343. Windows color (decimal): -4517619 or 856507. OLE color: 856507.

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

Color convert

RGB 187 17 13 -
CMYK 0 0.91 0.93 0.27
HSL 1.38º 0.87% 0.39% -
HSV(B) 1.38º 0.93% 0.73% -
XYZ 20.77 10.99 1.41 -
YUV 67.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 187 17 13 0 0.91 0.93 0.27 1.38 0.87 0.39
Hex BB 11 D 0 5B 5D 1B 1 57 27
Octal 273 21 15 0 133 135 33 1 127 47
Binary 10111011 10001 1101 0 1011011 1011101 11011 1 1010111 100111

Color Harmonies of #BB110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB110D

Black with #BB110D

Text Example


Text Example

White with #BB110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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