#BB1600

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

Shades of Free Speech Red #BB1600

Tints of Free Speech Red #BB1600

Color information

#BB1600 (or 0xBB1600) is unknown color: approx Free Speech Red. HEX triplet: BB, 16 and 00. RGB value is (187,22,0). Sum of RGB (Red+Green+Blue) = 187+22+0=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1600 is #44E9FF. Grayscale: #454545. Windows color (decimal): -4516352 or 5819. OLE color: 5819.

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

Color convert

RGB187220-
CMYK00.8810.27
HSL7.06º100%36.67%-
HSV(B)7.06º100%73.33%-
XYZ20.7811.141.05-
YUV68.8389.16212.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.47%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.47%
G=10.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18722000.8810.277.0610036.67
HexBB160058641B76425
Octal273260013014433714445
Binary10111011101100010110001100100110111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1600; }

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

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

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

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

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

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

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

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