#BB110F

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

Shades of Free Speech Red #BB110F

Tints of Free Speech Red #BB110F

Color information

#BB110F (or 0xBB110F) is unknown color: approx Free Speech Red. HEX triplet: BB, 11 and 0F. RGB value is (187,17,15). Sum of RGB (Red+Green+Blue) = 187+17+15=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB110F is #44EEF0. Grayscale: #434343. Windows color (decimal): -4517617 or 987579. OLE color: 987579.

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

Color convert

RGB1871715-
CMYK00.910.920.27
HSL0.7º85.15%39.61%-
HSV(B)0.7º91.98%73.33%-
XYZ20.78111.48-
YUV67.698.32213.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 85.39%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=85.39%
G=7.76%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187171500.910.920.270.785.1539.61
HexBB11F05B5C1B15528
Octal2732117013313433112550
Binary101110111000111110101101110111001101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB110F; }

 p { color: rgb(187,17,15); }

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

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

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

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

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

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

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