Html Css Color HEX #AA0906 Free Speech Red

📋 copy color: '#AA0906'

red 170 ◦ green 9 ◦ blue 6

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

Shades of Free Speech Red #AA0906

Tints of Free Speech Red #AA0906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 91.89%
G = 4.86%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0906 (or 0xAA0906) is known color: Free Speech Red. HEX triplet: AA, 09 and 06. RGB value is (170,9,6). Sum of RGB (Red+Green+Blue) = 170+9+6=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0906 is #55F6F9. Grayscale: #383838. Windows color (decimal): -5633786 or 395690. OLE color: 395690.

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

Color convert

RGB 170 9 6 -
CMYK 0 0.95 0.96 0.33
HSL 1.1º 0.93% 0.35% -
HSV(B) 1.1º 0.96% 0.67% -
XYZ 16.71 8.75 0.98 -
YUV 56.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 170 9 6 0 0.95 0.96 0.33 1.1 0.93 0.35
Hex AA 9 6 0 5F 60 21 1 5D 23
Octal 252 11 6 0 137 140 41 1 135 43
Binary 10101010 1001 110 0 1011111 1100000 100001 1 1011101 100011

Color Harmonies of #AA0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0906

Black with #AA0906

Text Example


Text Example

White with #AA0906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0906; }

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

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

background-color css

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

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

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

border-color css

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

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

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