#A90A05

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

Shades of Free Speech Red #A90A05

Tints of Free Speech Red #A90A05

Color information

#A90A05 (or 0xA90A05) is unknown color: approx Free Speech Red. HEX triplet: A9, 0A and 05. RGB value is (169,10,5). Sum of RGB (Red+Green+Blue) = 169+10+5=184 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.85% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90A05 is #56F5FA. Grayscale: #393939. Windows color (decimal): -5699067 or 330409. OLE color: 330409.

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

Color convert

RGB169105-
CMYK00.940.970.34
HSL1.83º94.25%34.12%-
HSV(B)1.83º97.04%66.27%-
XYZ16.58.660.95-
YUV56.9798.68207.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 91.85%
GREEN value IS 10 (4.30% from 255) = 5.43%
BLUE value IS 5 (2.34% from 255) = 2.72%
R=91.85%
G=5.43%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910500.940.970.341.8394.2534.12
HexA9A505E612225e22
Octal251125013614142213642
Binary101010011010101010111101100001100010101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A05; }

 p { color: rgb(169,10,5); }

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

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

 a { background-color: rgb(169,10,5); }

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

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

 span { border-color: rgb(169,10,5); }

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