#AA0B0A

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

Shades of Free Speech Red #AA0B0A

Tints of Free Speech Red #AA0B0A

Color information

#AA0B0A (or 0xAA0B0A) is unknown color: approx Free Speech Red. HEX triplet: AA, 0B and 0A. RGB value is (170,11,10). Sum of RGB (Red+Green+Blue) = 170+11+10=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B0A is #55F4F5. Grayscale: #3A3A3A. Windows color (decimal): -5633270 or 658346. OLE color: 658346.

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

Color convert

RGB1701110-
CMYK00.940.940.33
HSL0.38º88.89%35.29%-
HSV(B)0.38º94.12%66.67%-
XYZ16.758.811.1-
YUV58.43100.68207.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.01%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=89.01%
G=5.76%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170111000.940.940.330.3888.8935.29
HexAABA05E5E2105923
Octal2521312013613641013143
Binary101010101011101001011110101111010000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B0A; }

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

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

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

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

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

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

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

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