#AA0800

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

Shades of Free Speech Red #AA0800

Tints of Free Speech Red #AA0800

Color information

#AA0800 (or 0xAA0800) is unknown color: approx Free Speech Red. HEX triplet: AA, 08 and 00. RGB value is (170,8,0). Sum of RGB (Red+Green+Blue) = 170+8+0=178 (23% of max value = 765). Red value is 170 (66.80% from 255 or 95.51% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0800 is #55F7FF. Grayscale: #373737. Windows color (decimal): -5634048 or 2218. OLE color: 2218.

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

Color convert

RGB17080-
CMYK00.9510.33
HSL2.82º100%33.33%-
HSV(B)2.82º100%66.67%-
XYZ16.668.720.8-
YUV55.5396.67209.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 95.51%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.51%
G=4.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708000.9510.332.8210033.33
HexAA8005F642136421
Octal252100013714441314441
Binary1010101010000010111111100100100001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0800; }

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

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

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

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

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

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

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

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