#BB0700

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

Shades of Free Speech Red #BB0700

Tints of Free Speech Red #BB0700

Color information

#BB0700 (or 0xBB0700) is unknown color: approx Free Speech Red. HEX triplet: BB, 07 and 00. RGB value is (187,7,0). Sum of RGB (Red+Green+Blue) = 187+7+0=194 (25% of max value = 765). Red value is 187 (73.44% from 255 or 96.39% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0700 is #44F8FF. Grayscale: #3C3C3C. Windows color (decimal): -4520192 or 1979. OLE color: 1979.

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

Color convert

RGB18770-
CMYK00.9610.27
HSL2.25º100%36.67%-
HSV(B)2.25º100%73.33%-
XYZ20.5710.720.98-
YUV60.0294.13218.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 96.39%
GREEN value IS 7 (3.12% from 255) = 3.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.39%
G=3.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877000.9610.272.2510036.67
HexBB70060641B26425
Octal27370014014433214445
Binary10111011111001100000110010011011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0700; }

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

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

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

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

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

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

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

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