#BB0F00

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

Shades of Free Speech Red #BB0F00

Tints of Free Speech Red #BB0F00

Color information

#BB0F00 (or 0xBB0F00) is unknown color: approx Free Speech Red. HEX triplet: BB, 0F and 00. RGB value is (187,15,0). Sum of RGB (Red+Green+Blue) = 187+15+0=202 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.57% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F00 is #44F0FF. Grayscale: #404040. Windows color (decimal): -4518144 or 4027. OLE color: 4027.

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

Color convert

RGB187150-
CMYK00.9210.27
HSL4.81º100%36.67%-
HSV(B)4.81º100%73.33%-
XYZ20.6610.911.02-
YUV64.7291.48215.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 92.57%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.57%
G=7.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715000.9210.274.8110036.67
HexBBF005C641B56425
Octal273170013414433514445
Binary1011101111110010111001100100110111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F00; }

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

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

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

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

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

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

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

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