#AA0905

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

Shades of Free Speech Red #AA0905

Tints of Free Speech Red #AA0905

Color information

#AA0905 (or 0xAA0905) is unknown color: approx Free Speech Red. HEX triplet: AA, 09 and 05. RGB value is (170,9,5). Sum of RGB (Red+Green+Blue) = 170+9+5=184 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.39% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0905 is #55F6FA. Grayscale: #383838. Windows color (decimal): -5633787 or 330154. OLE color: 330154.

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

Color convert

RGB17095-
CMYK00.950.970.33
HSL1.45º94.29%34.31%-
HSV(B)1.45º97.06%66.67%-
XYZ16.78.750.95-
YUV56.6898.84208.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 92.39%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 5 (2.34% from 255) = 2.72%
R=92.39%
G=4.89%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709500.950.970.331.4594.2934.31
HexAA9505F612115e22
Octal252115013714141113642
Binary10101010100110101011111110000110000111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0905; }

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

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

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

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

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

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

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

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