Html Css Color HEX #AA1304 Free Speech Red

📋 copy color: '#AA1304'

red 170 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #AA1304

Tints of Free Speech Red #AA1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 88.08%
G = 9.84%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA1304 (or 0xAA1304) is known color: Free Speech Red. HEX triplet: AA, 13 and 04. RGB value is (170,19,4). Sum of RGB (Red+Green+Blue) = 170+19+4=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1304 is #55ECFB. Grayscale: #3E3E3E. Windows color (decimal): -5631228 or 267178. OLE color: 267178.

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

Color convert

RGB 170 19 4 -
CMYK 0 0.89 0.98 0.33
HSL 5.42º 0.95% 0.34% -
HSV(B) 5.42º 0.98% 0.67% -
XYZ 16.83 9.02 0.97 -
YUV 62.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 170 19 4 0 0.89 0.98 0.33 5.42 0.95 0.34
Hex AA 13 4 0 59 62 21 5 5F 22
Octal 252 23 4 0 131 142 41 5 137 42
Binary 10101010 10011 100 0 1011001 1100010 100001 101 1011111 100010

Color Harmonies of #AA1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1304

Black with #AA1304

Text Example


Text Example

White with #AA1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1304; }

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

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

background-color css

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

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

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

border-color css

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

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

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