#B71104

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

Shades of Free Speech Red #B71104

Tints of Free Speech Red #B71104

Color information

#B71104 (or 0xB71104) is unknown color: approx Free Speech Red. HEX triplet: B7, 11 and 04. RGB value is (183,17,4). Sum of RGB (Red+Green+Blue) = 183+17+4=204 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.71% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 183 - color contains mainly: red. Hex color #B71104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71104 is #48EEFB. Grayscale: #414141. Windows color (decimal): -4779772 or 266679. OLE color: 266679.

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

Color convert

RGB183174-
CMYK00.910.980.28
HSL4.36º95.72%36.67%-
HSV(B)4.36º97.81%71.76%-
XYZ19.7510.481.1-
YUV65.1593.5212.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 89.71%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=89.71%
G=8.33%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317400.910.980.284.3695.7236.67
HexB711405B621C46025
Octal267214013314234414045
Binary1011011110001100010110111100010111001001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71104; }

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

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

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

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

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

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

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

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