Html Css Color HEX #AA0605 Free Speech Red

📋 copy color: '#AA0605'

red 170 ◦ green 6 ◦ blue 5

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

Shades of Free Speech Red #AA0605

Tints of Free Speech Red #AA0605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

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

R = 93.92%
G = 3.31%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA0605 (or 0xAA0605) is known color: Free Speech Red. HEX triplet: AA, 06 and 05. RGB value is (170,6,5). Sum of RGB (Red+Green+Blue) = 170+6+5=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0605 is #55F9FA. Grayscale: #373737. Windows color (decimal): -5634555 or 329386. OLE color: 329386.

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

Color convert

RGB 170 6 5 -
CMYK 0 0.96 0.97 0.33
HSL 0.36º 0.94% 0.34% -
HSV(B) 0.36º 0.97% 0.67% -
XYZ 16.67 8.69 0.94 -
YUV 54.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 170 6 5 0 0.96 0.97 0.33 0.36 0.94 0.34
Hex AA 6 5 0 60 61 21 0 5E 22
Octal 252 6 5 0 140 141 41 0 136 42
Binary 10101010 110 101 0 1100000 1100001 100001 0 1011110 100010

Color Harmonies of #AA0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0605

Black with #AA0605

Text Example


Text Example

White with #AA0605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0605; }

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

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

background-color css

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

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

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

border-color css

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

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

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