#B71008

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

Shades of Free Speech Red #B71008

Tints of Free Speech Red #B71008

Color information

#B71008 (or 0xB71008) is unknown color: approx Free Speech Red. HEX triplet: B7, 10 and 08. RGB value is (183,16,8). Sum of RGB (Red+Green+Blue) = 183+16+8=207 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.41% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 183 - color contains mainly: red. Hex color #B71008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71008 is #48EFF7. Grayscale: #414141. Windows color (decimal): -4780024 or 528567. OLE color: 528567.

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

Color convert

RGB183168-
CMYK00.910.960.28
HSL2.74º91.62%37.45%-
HSV(B)2.74º95.63%71.76%-
XYZ19.7610.461.21-
YUV65.0295.83212.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 88.41%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 8 (3.52% from 255) = 3.86%
R=88.41%
G=7.73%
B=3.86%

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
Decimal18316800.910.960.282.7491.6237.45
HexB710805B601C35c25
Octal2672010013314034313445
Binary1011011110000100001011011110000011100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71008; }

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

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

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

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

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

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

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

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