Html Css Color HEX #AA0400 Free Speech Red

📋 copy color: '#AA0400'

red 170 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #AA0400

Tints of Free Speech Red #AA0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 97.7%
G = 2.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA0400 (or 0xAA0400) is known color: Free Speech Red. HEX triplet: AA, 04 and 00. RGB value is (170,4,0). Sum of RGB (Red+Green+Blue) = 170+4+0=174 (23% of max value = 765). Red value is 170 (66.80% from 255 or 97.70% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0400 is #55FBFF. Grayscale: #353535. Windows color (decimal): -5635072 or 1194. OLE color: 1194.

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

Color convert

RGB 170 4 0 -
CMYK 0 0.98 1 0.33
HSL 1.41º 1% 0.33% -
HSV(B) 1.41º 1% 0.67% -
XYZ 16.62 8.63 0.79 -
YUV 53.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 170 4 0 0 0.98 1 0.33 1.41 1 0.33
Hex AA 4 0 0 62 64 21 1 64 21
Octal 252 4 0 0 142 144 41 1 144 41
Binary 10101010 100 0 0 1100010 1100100 100001 1 1100100 100001

Color Harmonies of #AA0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0400

Black with #AA0400

Text Example


Text Example

White with #AA0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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