#A71204

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

Shades of Free Speech Red #A71204

Tints of Free Speech Red #A71204

Color information

#A71204 (or 0xA71204) is unknown color: approx Free Speech Red. HEX triplet: A7, 12 and 04. RGB value is (167,18,4). Sum of RGB (Red+Green+Blue) = 167+18+4=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A71204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71204 is #58EDFB. Grayscale: #3D3D3D. Windows color (decimal): -5828092 or 266919. OLE color: 266919.

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

Color convert

RGB167184-
CMYK00.890.980.35
HSL5.15º95.32%33.53%-
HSV(B)5.15º97.6%65.49%-
XYZ16.178.660.93-
YUV60.9695.86203.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 88.36%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=88.36%
G=9.52%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16718400.890.980.355.1595.3233.53
HexA7124059622355f22
Octal247224013114243513742
Binary10100111100101000101100111000101000111011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71204; }

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

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

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

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

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

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

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

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