#BB0F07

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

Shades of Free Speech Red #BB0F07

Tints of Free Speech Red #BB0F07

Color information

#BB0F07 (or 0xBB0F07) is unknown color: approx Free Speech Red. HEX triplet: BB, 0F and 07. RGB value is (187,15,7). Sum of RGB (Red+Green+Blue) = 187+15+7=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F07 is #44F0F8. Grayscale: #414141. Windows color (decimal): -4518137 or 462779. OLE color: 462779.

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

Color convert

RGB187157-
CMYK00.920.960.27
HSL2.67º92.78%38.04%-
HSV(B)2.67º96.26%73.33%-
XYZ20.710.921.22-
YUV65.5294.98214.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.47%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=89.47%
G=7.18%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715700.920.960.272.6792.7838.04
HexBBF705C601B35d26
Octal273177013414033313546
Binary10111011111111101011100110000011011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F07; }

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

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

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

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

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

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

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

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