#B71007

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

Shades of Free Speech Red #B71007

Tints of Free Speech Red #B71007

Color information

#B71007 (or 0xB71007) is unknown color: approx Free Speech Red. HEX triplet: B7, 10 and 07. RGB value is (183,16,7). Sum of RGB (Red+Green+Blue) = 183+16+7=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B71007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71007 is #48EFF8. Grayscale: #414141. Windows color (decimal): -4780025 or 463031. OLE color: 463031.

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

Color convert

RGB183167-
CMYK00.910.960.28
HSL3.07º92.63%37.25%-
HSV(B)3.07º96.17%71.76%-
XYZ19.7510.451.18-
YUV64.9195.33212.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 88.83%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 7 (3.12% from 255) = 3.40%
R=88.83%
G=7.77%
B=3.40%

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
Decimal18316700.910.960.283.0792.6337.25
HexB710705B601C35d25
Octal267207013314034313545
Binary101101111000011101011011110000011100111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71007; }

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

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

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

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

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

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

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

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