#BB0A09

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

Shades of Free Speech Red #BB0A09

Tints of Free Speech Red #BB0A09

Color information

#BB0A09 (or 0xBB0A09) is unknown color: approx Free Speech Red. HEX triplet: BB, 0A and 09. RGB value is (187,10,9). Sum of RGB (Red+Green+Blue) = 187+10+9=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A09 is #44F5F6. Grayscale: #3E3E3E. Windows color (decimal): -4519415 or 592571. OLE color: 592571.

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

Color convert

RGB187109-
CMYK00.950.950.27
HSL0.34º90.82%38.43%-
HSV(B)0.34º95.19%73.33%-
XYZ20.6510.81.25-
YUV62.8197.64216.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 90.78%
GREEN value IS 10 (4.30% from 255) = 4.85%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=90.78%
G=4.85%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710900.950.950.270.3490.8238.43
HexBBA905F5F1B05b26
Octal2731211013713733013346
Binary10111011101010010101111110111111101101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0A09; }

 p { color: rgb(187,10,9); }

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

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

 a { background-color: rgb(187,10,9); }

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

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

 span { border-color: rgb(187,10,9); }

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