#B80606

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

Shades of Free Speech Red #B80606

Tints of Free Speech Red #B80606

Color information

#B80606 (or 0xB80606) is unknown color: approx Free Speech Red. HEX triplet: B8, 06 and 06. RGB value is (184,6,6). Sum of RGB (Red+Green+Blue) = 184+6+6=196 (25% of max value = 765). Red value is 184 (72.27% from 255 or 93.88% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 184 - color contains mainly: red. Hex color #B80606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80606 is #47F9F9. Grayscale: #3B3B3B. Windows color (decimal): -4717050 or 394936. OLE color: 394936.

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

Color convert

RGB18466-
CMYK00.970.970.28
HSL93.68%37.25%-
HSV(B)96.74%72.16%-
XYZ19.8710.331.12-
YUV59.2297.97217-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 93.88%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=93.88%
G=3.06%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846600.970.970.28093.6837.25
HexB866061611C05e25
Octal27066014114134013645
Binary101110001101100110000111000011110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80606; }

 p { color: rgb(184,6,6); }

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

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

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

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

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

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

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