#AA0B02

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

Shades of Free Speech Red #AA0B02

Tints of Free Speech Red #AA0B02

Color information

#AA0B02 (or 0xAA0B02) is unknown color: approx Free Speech Red. HEX triplet: AA, 0B and 02. RGB value is (170,11,2). Sum of RGB (Red+Green+Blue) = 170+11+2=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B02 is #55F4FD. Grayscale: #393939. Windows color (decimal): -5633278 or 134058. OLE color: 134058.

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

Color convert

RGB170112-
CMYK00.940.990.33
HSL3.21º97.67%33.73%-
HSV(B)3.21º98.82%66.67%-
XYZ16.718.790.87-
YUV57.5296.68208.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 92.90%
GREEN value IS 11 (4.69% from 255) = 6.01%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=92.90%
G=6.01%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011200.940.990.333.2197.6733.73
HexAAB205E632136222
Octal252132013614341314242
Binary10101010101110010111101100011100001111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B02; }

 p { color: rgb(170,11,2); }

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

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

 a { background-color: rgb(170,11,2); }

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

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

 span { border-color: rgb(170,11,2); }

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