#BB1103

Color #BB1103 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BB1103

Tints of Free Speech Red #BB1103

Color information

#BB1103 (or 0xBB1103) is unknown color: approx Free Speech Red. HEX triplet: BB, 11 and 03. RGB value is (187,17,3). Sum of RGB (Red+Green+Blue) = 187+17+3=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1103 is #44EEFC. Grayscale: #424242. Windows color (decimal): -4517629 or 201147. OLE color: 201147.

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

Color convert

RGB187173-
CMYK00.910.980.27
HSL4.57º96.84%37.25%-
HSV(B)4.57º98.4%73.33%-
XYZ20.7110.971.11-
YUV66.2392.32214.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 90.34%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 3 (1.56% from 255) = 1.45%
R=90.34%
G=8.21%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717300.910.980.274.5796.8437.25
HexBB11305B621B56125
Octal273213013314233514145
Binary101110111000111010110111100010110111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1103; }

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

 H1.HeaderClassName
 {
   color: #BB1103;
 }
 .AnyTagClassName
 {
   color: #BB1103;
 }
</style>
background-color css

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

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

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

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

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

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