#A81700

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

Shades of Free Speech Red #A81700

Tints of Free Speech Red #A81700

Color information

#A81700 (or 0xA81700) is unknown color: approx Free Speech Red. HEX triplet: A8, 17 and 00. RGB value is (168,23,0). Sum of RGB (Red+Green+Blue) = 168+23+0=191 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.96% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 168 - color contains mainly: red. Hex color #A81700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81700 is #57E8FF. Grayscale: #3F3F3F. Windows color (decimal): -5761280 or 6056. OLE color: 6056.

HSL color Cylindrical-coordinate representation of color #A81700: hue angle of 8.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A81700 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB168230-
CMYK00.8610.34
HSL8.21º100%32.94%-
HSV(B)8.21º100%65.88%-
XYZ16.458.940.86-
YUV63.7392.04202.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 87.96%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.96%
G=12.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16823000.8610.348.2110032.94
HexA8170056642286421
Octal2502700126144421014441
Binary1010100010111001010110110010010001010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81700; }

 p { color: rgb(168,23,0); }

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

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

 a { background-color: rgb(168,23,0); }

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

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

 span { border-color: rgb(168,23,0); }

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