#AA1301

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

Shades of Free Speech Red #AA1301

Tints of Free Speech Red #AA1301

Color information

#AA1301 (or 0xAA1301) is unknown color: approx Free Speech Red. HEX triplet: AA, 13 and 01. RGB value is (170,19,1). Sum of RGB (Red+Green+Blue) = 170+19+1=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1301 is #55ECFE. Grayscale: #3E3E3E. Windows color (decimal): -5631231 or 70570. OLE color: 70570.

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

Color convert

RGB170191-
CMYK00.890.990.33
HSL6.39º98.83%33.53%-
HSV(B)6.39º99.41%66.67%-
XYZ16.829.010.88-
YUV62.193.53204.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.47%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=89.47%
G=10%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17019100.890.990.336.3998.8333.53
HexAA131059632166322
Octal252231013114341614342
Binary101010101001110101100111000111000011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1301; }

 p { color: rgb(170,19,1); }

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

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

 a { background-color: rgb(170,19,1); }

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

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

 span { border-color: rgb(170,19,1); }

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