#BB1509

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

Shades of Free Speech Red #BB1509

Tints of Free Speech Red #BB1509

Color information

#BB1509 (or 0xBB1509) is unknown color: approx Free Speech Red. HEX triplet: BB, 15 and 09. RGB value is (187,21,9). Sum of RGB (Red+Green+Blue) = 187+21+9=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1509 is #44EAF6. Grayscale: #454545. Windows color (decimal): -4516599 or 595387. OLE color: 595387.

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

Color convert

RGB187219-
CMYK00.890.950.27
HSL4.04º90.82%38.43%-
HSV(B)4.04º95.19%73.33%-
XYZ20.8111.121.31-
YUV69.2794211.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 86.18%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 9 (3.91% from 255) = 4.15%
R=86.18%
G=9.68%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18721900.890.950.274.0490.8238.43
HexBB1590595F1B45b26
Octal2732511013113733413346
Binary10111011101011001010110011011111110111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1509; }

 p { color: rgb(187,21,9); }

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

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

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

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

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

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

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