#A70A04

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

Shades of Free Speech Red #A70A04

Tints of Free Speech Red #A70A04

Color information

#A70A04 (or 0xA70A04) is unknown color: approx Free Speech Red. HEX triplet: A7, 0A and 04. RGB value is (167,10,4). Sum of RGB (Red+Green+Blue) = 167+10+4=181 (23% of max value = 765). Red value is 167 (65.62% from 255 or 92.27% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70A04 is #58F5FB. Grayscale: #383838. Windows color (decimal): -5830140 or 264871. OLE color: 264871.

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

Color convert

RGB167104-
CMYK00.940.980.35
HSL2.21º95.32%33.53%-
HSV(B)2.21º97.6%65.49%-
XYZ16.078.440.9-
YUV56.2698.51206.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 92.27%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=92.27%
G=5.52%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710400.940.980.352.2195.3233.53
HexA7A405E622325f22
Octal247124013614243213742
Binary101001111010100010111101100010100011101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70A04; }

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

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

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

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

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

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

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

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