#A70400

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

Shades of Free Speech Red #A70400

Tints of Free Speech Red #A70400

Color information

#A70400 (or 0xA70400) is unknown color: approx Free Speech Red. HEX triplet: A7, 04 and 00. RGB value is (167,4,0). Sum of RGB (Red+Green+Blue) = 167+4+0=171 (22% of max value = 765). Red value is 167 (65.62% from 255 or 97.66% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 167 - color contains mainly: red. Hex color #A70400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70400 is #58FBFF. Grayscale: #343434. Windows color (decimal): -5831680 or 1191. OLE color: 1191.

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

Color convert

RGB16740-
CMYK00.9810.35
HSL1.44º100%32.75%-
HSV(B)1.44º100%65.49%-
XYZ15.988.30.76-
YUV52.2898.5209.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 97.66%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.66%
G=2.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674000.9810.351.4410032.75
HexA740062642316421
Octal24740014214443114441
Binary10100111100001100010110010010001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70400; }

 p { color: rgb(167,4,0); }

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

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

 a { background-color: rgb(167,4,0); }

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

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

 span { border-color: rgb(167,4,0); }

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