#BB0000

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

Shades of Free Speech Red #BB0000

Tints of Free Speech Red #BB0000

Color information

#BB0000 (or 0xBB0000) is unknown color: approx Free Speech Red. HEX triplet: BB, 00 and 00. RGB value is (187,0,0). Sum of RGB (Red+Green+Blue) = 187+0+0=187 (24% of max value = 765). Red value is 187 (73.44% from 255 or 100% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0000 is #44FFFF. Grayscale: #383838. Windows color (decimal): -4521984 or 187. OLE color: 187.

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

Color convert

RGB18700-
CMYK0110.27
HSL100%36.67%-
HSV(B)100%73.33%-
XYZ20.4910.560.96-
YUV55.9196.45221.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187000110.27010036.67
HexBB00064641B06425
Octal27300014414433014445
Binary10111011000110010011001001101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0000; }

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

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

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

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

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

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

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

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