#aa0a09

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

Shades of Free Speech Red #AA0A09

Tints of Free Speech Red #AA0A09

Color information

#AA0A09 (or 0xAA0A09) is unknown color: approx Free Speech Red. HEX triplet: AA, 0A and 09. RGB value is (170,10,9). Sum of RGB (Red+Green+Blue) = 170+10+9=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A09 is #55F5F6. Grayscale: #393939. Windows color (decimal): -5633527 or 592554. OLE color: 592554.

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

Color convert

RGB170109-
CMYK00.940.950.33
HSL0.37º89.94%35.1%-
HSV(B)0.37º94.71%66.67%-
XYZ16.748.781.07-
YUV57.73100.51208.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.95%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=89.95%
G=5.29%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010900.940.950.330.3789.9435.1
HexAAA905E5F2105a23
Octal2521211013613741013243
Binary101010101010100101011110101111110000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0a09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0a09; }

 p { color: rgb(170,10,9); }

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

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

 a { background-color: rgb(170,10,9); }

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

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

 span { border-color: rgb(170,10,9); }

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