#BB0B06

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

Shades of Free Speech Red #BB0B06

Tints of Free Speech Red #BB0B06

Color information

#BB0B06 (or 0xBB0B06) is unknown color: approx Free Speech Red. HEX triplet: BB, 0B and 06. RGB value is (187,11,6). Sum of RGB (Red+Green+Blue) = 187+11+6=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B06 is #44F4F9. Grayscale: #3F3F3F. Windows color (decimal): -4519162 or 396219. OLE color: 396219.

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

Color convert

RGB187116-
CMYK00.940.970.27
HSL1.66º93.78%37.84%-
HSV(B)1.66º96.79%73.33%-
XYZ20.6510.821.17-
YUV63.0595.81216.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 91.67%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=91.67%
G=5.39%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711600.940.970.271.6693.7837.84
HexBBB605E611B25e26
Octal273136013614133213646
Binary10111011101111001011110110000111011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0B06; }

 p { color: rgb(187,11,6); }

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

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

 a { background-color: rgb(187,11,6); }

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

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

 span { border-color: rgb(187,11,6); }

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