Html Css Color HEX #AA1000 Free Speech Red

📋 copy color: '#AA1000'

red 170 ◦ green 16 ◦ blue 0

#AA1000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #AA1000

Tints of Free Speech Red #AA1000

RGB

 RED value IS 170 (66.8% from 255) = 91.4%

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.4%
G = 8.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA1000 (or 0xAA1000) is known color: Free Speech Red. HEX triplet: AA, 10 and 00. RGB value is (170,16,0). Sum of RGB (Red+Green+Blue) = 170+16+0=186 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.40% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1000 is #55EFFF. Grayscale: #3C3C3C. Windows color (decimal): -5632000 or 4266. OLE color: 4266.

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

Color convert

RGB 170 16 0 -
CMYK 0 0.91 1 0.33
HSL 5.65º 1% 0.33% -
HSV(B) 5.65º 1% 0.67% -
XYZ 16.76 8.92 0.84 -
YUV 60.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 170 16 0 0 0.91 1 0.33 5.65 1 0.33
Hex AA 10 0 0 5B 64 21 6 64 21
Octal 252 20 0 0 133 144 41 6 144 41
Binary 10101010 10000 0 0 1011011 1100100 100001 110 1100100 100001

Color Harmonies of #AA1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1000

Black with #AA1000

Text Example


Text Example

White with #AA1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1000; }

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

 H1.HeaderClassName
 {
   color: #AA1000;
 }
 .AnyTagClassName
 {
   color: #AA1000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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