#BB1B00

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

Shades of Free Speech Red #BB1B00

Tints of Free Speech Red #BB1B00

Color information

#BB1B00 (or 0xBB1B00) is unknown color: approx Free Speech Red. HEX triplet: BB, 1B and 00. RGB value is (187,27,0). Sum of RGB (Red+Green+Blue) = 187+27+0=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1B00 is #44E4FF. Grayscale: #484848. Windows color (decimal): -4515072 or 7099. OLE color: 7099.

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

Color convert

RGB187270-
CMYK00.8610.27
HSL8.66º100%36.67%-
HSV(B)8.66º100%73.33%-
XYZ20.8911.351.09-
YUV71.7687.51210.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 87.38%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.38%
G=12.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18727000.8610.278.6610036.67
HexBB1B0056641B96425
Octal2733300126144331114445
Binary101110111101100101011011001001101110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B00; }

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

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

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

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

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

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

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

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