#AA0B00

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

Shades of Free Speech Red #AA0B00

Tints of Free Speech Red #AA0B00

Color information

#AA0B00 (or 0xAA0B00) is unknown color: approx Free Speech Red. HEX triplet: AA, 0B and 00. RGB value is (170,11,0). Sum of RGB (Red+Green+Blue) = 170+11+0=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B00 is #55F4FF. Grayscale: #393939. Windows color (decimal): -5633280 or 2986. OLE color: 2986.

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

Color convert

RGB170110-
CMYK00.9410.33
HSL3.88º100%33.33%-
HSV(B)3.88º100%66.67%-
XYZ16.78.790.82-
YUV57.2995.68208.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 93.92%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.92%
G=6.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011000.9410.333.8810033.33
HexAAB005E642146421
Octal252130013614441414441
Binary10101010101100101111011001001000011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B00; }

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

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

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

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

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

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

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

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