#B31104

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

Shades of Free Speech Red #B31104

Tints of Free Speech Red #B31104

Color information

#B31104 (or 0xB31104) is unknown color: approx Free Speech Red. HEX triplet: B3, 11 and 04. RGB value is (179,17,4). Sum of RGB (Red+Green+Blue) = 179+17+4=200 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 179 - color contains mainly: red. Hex color #B31104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31104 is #4CEEFB. Grayscale: #404040. Windows color (decimal): -5041916 or 266675. OLE color: 266675.

HSL color Cylindrical-coordinate representation of color #B31104: hue angle of 4.46º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B31104 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179174-
CMYK00.910.980.30
HSL4.46º95.63%35.88%-
HSV(B)4.46º97.77%70.2%-
XYZ18.819.991.05-
YUV63.9694.17210.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 89.5%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 4 (1.95% from 255) = 2%
R=89.5%
G=8.5%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917400.910.980.304.4695.6335.88
HexB311405B621E46024
Octal263214013314236414044
Binary1011001110001100010110111100010111101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31104; }

 p { color: rgb(179,17,4); }

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

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

 a { background-color: rgb(179,17,4); }

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

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

 span { border-color: rgb(179,17,4); }

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