#B71208

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

Shades of Free Speech Red #B71208

Tints of Free Speech Red #B71208

Color information

#B71208 (or 0xB71208) is unknown color: approx Free Speech Red. HEX triplet: B7, 12 and 08. RGB value is (183,18,8). Sum of RGB (Red+Green+Blue) = 183+18+8=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B71208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71208 is #48EDF7. Grayscale: #424242. Windows color (decimal): -4779512 or 529079. OLE color: 529079.

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

Color convert

RGB183188-
CMYK00.900.960.28
HSL3.43º91.62%37.45%-
HSV(B)3.43º95.63%71.76%-
XYZ19.7910.521.22-
YUV66.295.16211.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 87.56%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=87.56%
G=8.61%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318800.900.960.283.4391.6237.45
HexB712805A601C35c25
Octal2672210013214034313445
Binary1011011110010100001011010110000011100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71208; }

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

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

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

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

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

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

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

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