#BB1609

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

Shades of Free Speech Red #BB1609

Tints of Free Speech Red #BB1609

Color information

#BB1609 (or 0xBB1609) is unknown color: approx Free Speech Red. HEX triplet: BB, 16 and 09. RGB value is (187,22,9). Sum of RGB (Red+Green+Blue) = 187+22+9=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1609 is #44E9F6. Grayscale: #464646. Windows color (decimal): -4516343 or 595643. OLE color: 595643.

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

Color convert

RGB187229-
CMYK00.880.950.27
HSL4.38º90.82%38.43%-
HSV(B)4.38º95.19%73.33%-
XYZ20.8311.161.31-
YUV69.8593.66211.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 85.78%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 9 (3.91% from 255) = 4.13%
R=85.78%
G=10.09%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18722900.880.950.274.3890.8238.43
HexBB1690585F1B45b26
Octal2732611013013733413346
Binary10111011101101001010110001011111110111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1609; }

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

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

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

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

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

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

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

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