Html Css Color HEX #AA1505 Free Speech Red

📋 copy color: '#AA1505'

red 170 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #AA1505

Tints of Free Speech Red #AA1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 5 (2.34% from 255) = 2.55%

R = 86.73%
G = 10.71%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA1505 (or 0xAA1505) is known color: Free Speech Red. HEX triplet: AA, 15 and 05. RGB value is (170,21,5). Sum of RGB (Red+Green+Blue) = 170+21+5=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1505 is #55EAFA. Grayscale: #3F3F3F. Windows color (decimal): -5630715 or 333226. OLE color: 333226.

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

Color convert

RGB 170 21 5 -
CMYK 0 0.88 0.97 0.33
HSL 5.82º 0.94% 0.34% -
HSV(B) 5.82º 0.97% 0.67% -
XYZ 16.87 9.09 1.01 -
YUV 63.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 170 21 5 0 0.88 0.97 0.33 5.82 0.94 0.34
Hex AA 15 5 0 58 61 21 6 5E 22
Octal 252 25 5 0 130 141 41 6 136 42
Binary 10101010 10101 101 0 1011000 1100001 100001 110 1011110 100010

Color Harmonies of #AA1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1505

Black with #AA1505

Text Example


Text Example

White with #AA1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1505; }

 p { color: rgb(170,21,5); }

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

background-color css

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

 a { background-color: rgb(170,21,5); }

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

border-color css

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

 span { border-color: rgb(170,21,5); }

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