#AA0908

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

Shades of Free Speech Red #AA0908

Tints of Free Speech Red #AA0908

Color information

#AA0908 (or 0xAA0908) is unknown color: approx Free Speech Red. HEX triplet: AA, 09 and 08. RGB value is (170,9,8). Sum of RGB (Red+Green+Blue) = 170+9+8=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0908 is #55F6F7. Grayscale: #393939. Windows color (decimal): -5633784 or 526762. OLE color: 526762.

HSL color Cylindrical-coordinate representation of color #AA0908: hue angle of 0.37º degrees, saturation: 0.91, 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 #AA0908 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB17098-
CMYK00.950.950.33
HSL0.37º91.01%34.9%-
HSV(B)0.37º95.29%66.67%-
XYZ16.728.761.04-
YUV57.02100.34208.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 90.91%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=90.91%
G=4.81%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709800.950.950.330.3791.0134.9
HexAA9805F5F2105b23
Octal2521110013713741013343
Binary101010101001100001011111101111110000101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0908; }

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

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

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

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

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

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

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

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