Html Css Color HEX #AA1109 Free Speech Red

📋 copy color: '#AA1109'

red 170 ◦ green 17 ◦ blue 9

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

Shades of Free Speech Red #AA1109

Tints of Free Speech Red #AA1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 9 (3.91% from 255) = 4.59%

R = 86.73%
G = 8.67%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1109 (or 0xAA1109) is known color: Free Speech Red. HEX triplet: AA, 11 and 09. RGB value is (170,17,9). Sum of RGB (Red+Green+Blue) = 170+17+9=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1109 is #55EEF6. Grayscale: #3E3E3E. Windows color (decimal): -5631735 or 594346. OLE color: 594346.

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

Color convert

RGB 170 17 9 -
CMYK 0 0.9 0.95 0.33
HSL 2.98º 0.9% 0.35% -
HSV(B) 2.98º 0.95% 0.67% -
XYZ 16.83 8.97 1.1 -
YUV 61.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 170 17 9 0 0.9 0.95 0.33 2.98 0.9 0.35
Hex AA 11 9 0 5A 5F 21 3 5A 23
Octal 252 21 11 0 132 137 41 3 132 43
Binary 10101010 10001 1001 0 1011010 1011111 100001 11 1011010 100011

Color Harmonies of #AA1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1109

Black with #AA1109

Text Example


Text Example

White with #AA1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1109; }

 p { color: rgb(170,17,9); }

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

background-color css

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

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

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

border-color css

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

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

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