Html Css Color HEX #AA1A00 Free Speech Red

📋 copy color: '#AA1A00'

red 170 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #AA1A00

Tints of Free Speech Red #AA1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.27%

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

R = 86.73%
G = 13.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA1A00 (or 0xAA1A00) is known color: Free Speech Red. HEX triplet: AA, 1A and 00. RGB value is (170,26,0). Sum of RGB (Red+Green+Blue) = 170+26+0=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A00 is #55E5FF. Grayscale: #424242. Windows color (decimal): -5629440 or 6826. OLE color: 6826.

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

Color convert

RGB 170 26 0 -
CMYK 0 0.85 1 0.33
HSL 9.18º 1% 0.33% -
HSV(B) 9.18º 1% 0.67% -
XYZ 16.95 9.28 0.9 -
YUV 66.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 170 26 0 0 0.85 1 0.33 9.18 1 0.33
Hex AA 1A 0 0 55 64 21 9 64 21
Octal 252 32 0 0 125 144 41 11 144 41
Binary 10101010 11010 0 0 1010101 1100100 100001 1001 1100100 100001

Color Harmonies of #AA1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A00

Black with #AA1A00

Text Example


Text Example

White with #AA1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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