Html Css Color HEX #AA0000 Free Speech Red

📋 copy color: '#AA0000'

red 170 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #AA0000

Tints of Free Speech Red #AA0000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA0000 (or 0xAA0000) is known color: Free Speech Red. HEX triplet: AA, 00 and 00. RGB value is (170,0,0). Sum of RGB (Red+Green+Blue) = 170+0+0=170 (22% of max value = 765). Red value is 170 (66.80% from 255 or 100% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0000 is #55FFFF. Grayscale: #333333. Windows color (decimal): -5636096 or 170. OLE color: 170.

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

Color convert

RGB 170 0 0 -
CMYK 0 1 1 0.33
HSL 1% 0.33% -
HSV(B) 1% 0.67% -
XYZ 16.58 8.55 0.78 -
YUV 50.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 170 0 0 0 1 1 0.33 0 1 0.33
Hex AA 0 0 0 64 64 21 0 64 21
Octal 252 0 0 0 144 144 41 0 144 41
Binary 10101010 0 0 0 1100100 1100100 100001 0 1100100 100001

Color Harmonies of #AA0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0000

Black with #AA0000

Text Example


Text Example

White with #AA0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0000; }

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

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

background-color css

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

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

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

border-color css

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

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

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