#A70404

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

Shades of Free Speech Red #A70404

Tints of Free Speech Red #A70404

Color information

#A70404 (or 0xA70404) is unknown color: approx Free Speech Red. HEX triplet: A7, 04 and 04. RGB value is (167,4,4). Sum of RGB (Red+Green+Blue) = 167+4+4=175 (23% of max value = 765). Red value is 167 (65.62% from 255 or 95.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 167 - color contains mainly: red. Hex color #A70404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70404 is #58FBFB. Grayscale: #343434. Windows color (decimal): -5831676 or 263335. OLE color: 263335.

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

Color convert

RGB16744-
CMYK00.980.980.35
HSL95.32%33.53%-
HSV(B)97.6%65.49%-
XYZ168.310.88-
YUV52.74100.5209.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 95.43%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=95.43%
G=2.29%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674400.980.980.35095.3233.53
HexA744062622305f22
Octal24744014214243013742
Binary1010011110010001100010110001010001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70404; }

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

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

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

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

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

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

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

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