#BB1007

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

Shades of Free Speech Red #BB1007

Tints of Free Speech Red #BB1007

Color information

#BB1007 (or 0xBB1007) is unknown color: approx Free Speech Red. HEX triplet: BB, 10 and 07. RGB value is (187,16,7). Sum of RGB (Red+Green+Blue) = 187+16+7=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1007 is #44EFF8. Grayscale: #424242. Windows color (decimal): -4517881 or 463035. OLE color: 463035.

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

Color convert

RGB187167-
CMYK00.910.960.27
HSL92.78%38.04%-
HSV(B)96.26%73.33%-
XYZ20.7210.951.22-
YUV66.194.65214.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.05%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=89.05%
G=7.62%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716700.910.960.27392.7838.04
HexBB10705B601B35d26
Octal273207013314033313546
Binary101110111000011101011011110000011011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1007; }

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

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

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

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

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

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

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

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