Html Css Color HEX #BB0706 Free Speech Red

📋 copy color: '#BB0706'

red 187 ◦ green 7 ◦ blue 6

#BB0706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BB0706

Tints of Free Speech Red #BB0706

RGB

 RED value IS 187 (73.44% from 255) = 93.5%

 GREEN value IS 7 (3.13% from 255) = 3.5%

 BLUE value IS 6 (2.73% from 255) = 3%

R = 93.5%
G = 3.5%
B = 3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB0706 (or 0xBB0706) is known color: Free Speech Red. HEX triplet: BB, 07 and 06. RGB value is (187,7,6). Sum of RGB (Red+Green+Blue) = 187+7+6=200 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0706 is #44F8F9. Grayscale: #3C3C3C. Windows color (decimal): -4520186 or 395195. OLE color: 395195.

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

Color convert

RGB 187 7 6 -
CMYK 0 0.96 0.97 0.27
HSL 0.33º 0.94% 0.38% -
HSV(B) 0.33º 0.97% 0.73% -
XYZ 20.6 10.73 1.16 -
YUV 60.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 187 7 6 0 0.96 0.97 0.27 0.33 0.94 0.38
Hex BB 7 6 0 60 61 1B 0 5E 26
Octal 273 7 6 0 140 141 33 0 136 46
Binary 10111011 111 110 0 1100000 1100001 11011 0 1011110 100110

Color Harmonies of #BB0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0706

Black with #BB0706

Text Example


Text Example

White with #BB0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0706; }

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

 H1.HeaderClassName
 {
   color: #BB0706;
 }
 .AnyTagClassName
 {
   color: #BB0706;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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