#AA0700

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

Shades of Free Speech Red #AA0700

Tints of Free Speech Red #AA0700

Color information

#AA0700 (or 0xAA0700) is unknown color: approx Free Speech Red. HEX triplet: AA, 07 and 00. RGB value is (170,7,0). Sum of RGB (Red+Green+Blue) = 170+7+0=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0700 is #55F8FF. Grayscale: #373737. Windows color (decimal): -5634304 or 1962. OLE color: 1962.

HSL color Cylindrical-coordinate representation of color #AA0700: hue angle of 2.47º 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 #AA0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB17070-
CMYK00.9610.33
HSL2.47º100%33.33%-
HSV(B)2.47º100%66.67%-
XYZ16.658.70.8-
YUV54.9497210.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 96.05%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.05%
G=3.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707000.9610.332.4710033.33
HexAA70060642126421
Octal25270014014441214441
Binary101010101110011000001100100100001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0700; }

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

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

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

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

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

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

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

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