#BB1400

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

Shades of Free Speech Red #BB1400

Tints of Free Speech Red #BB1400

Color information

#BB1400 (or 0xBB1400) is unknown color: approx Free Speech Red. HEX triplet: BB, 14 and 00. RGB value is (187,20,0). Sum of RGB (Red+Green+Blue) = 187+20+0=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1400 is #44EBFF. Grayscale: #434343. Windows color (decimal): -4516864 or 5307. OLE color: 5307.

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

Color convert

RGB187200-
CMYK00.8910.27
HSL6.42º100%36.67%-
HSV(B)6.42º100%73.33%-
XYZ20.7411.071.04-
YUV67.6589.83213.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 90.34%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.34%
G=9.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18720000.8910.276.4210036.67
HexBB140059641B66425
Octal273240013114433614445
Binary10111011101000010110011100100110111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1400; }

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

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

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

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

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

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

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

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