#B71108

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

Shades of Free Speech Red #B71108

Tints of Free Speech Red #B71108

Color information

#B71108 (or 0xB71108) is unknown color: approx Free Speech Red. HEX triplet: B7, 11 and 08. RGB value is (183,17,8). Sum of RGB (Red+Green+Blue) = 183+17+8=208 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.98% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 183 - color contains mainly: red. Hex color #B71108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71108 is #48EEF7. Grayscale: #414141. Windows color (decimal): -4779768 or 528823. OLE color: 528823.

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

Color convert

RGB183178-
CMYK00.910.960.28
HSL3.09º91.62%37.45%-
HSV(B)3.09º95.63%71.76%-
XYZ19.7710.491.21-
YUV65.6195.5211.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 87.98%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=87.98%
G=8.17%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317800.910.960.283.0991.6237.45
HexB711805B601C35c25
Octal2672110013314034313445
Binary1011011110001100001011011110000011100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71108; }

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

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

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

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

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

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

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

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