Html Css Color HEX #AA0900 Free Speech Red

📋 copy color: '#AA0900'

red 170 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #AA0900

Tints of Free Speech Red #AA0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.03%

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

R = 94.97%
G = 5.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA0900 (or 0xAA0900) is known color: Free Speech Red. HEX triplet: AA, 09 and 00. RGB value is (170,9,0). Sum of RGB (Red+Green+Blue) = 170+9+0=179 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.97% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0900 is #55F6FF. Grayscale: #383838. Windows color (decimal): -5633792 or 2474. OLE color: 2474.

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

Color convert

RGB 170 9 0 -
CMYK 0 0.95 1 0.33
HSL 3.18º 1% 0.33% -
HSV(B) 3.18º 1% 0.67% -
XYZ 16.68 8.74 0.81 -
YUV 56.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 170 9 0 0 0.95 1 0.33 3.18 1 0.33
Hex AA 9 0 0 5F 64 21 3 64 21
Octal 252 11 0 0 137 144 41 3 144 41
Binary 10101010 1001 0 0 1011111 1100100 100001 11 1100100 100001

Color Harmonies of #AA0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0900

Black with #AA0900

Text Example


Text Example

White with #AA0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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