#A70504

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

Shades of Free Speech Red #A70504

Tints of Free Speech Red #A70504

Color information

#A70504 (or 0xA70504) is unknown color: approx Free Speech Red. HEX triplet: A7, 05 and 04. RGB value is (167,5,4). Sum of RGB (Red+Green+Blue) = 167+5+4=176 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.89% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 167 - color contains mainly: red. Hex color #A70504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70504 is #58FAFB. Grayscale: #353535. Windows color (decimal): -5831420 or 263591. OLE color: 263591.

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

Color convert

RGB16754-
CMYK00.970.980.35
HSL0.37º95.32%33.53%-
HSV(B)0.37º97.6%65.49%-
XYZ16.018.330.88-
YUV53.32100.17209.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 94.89%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=94.89%
G=2.84%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675400.970.980.350.3795.3233.53
HexA754061622305f22
Octal24754014114243013742
Binary1010011110110001100001110001010001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70504; }

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

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

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

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

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

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

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

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