Html Css Color HEX #AA0F09 Free Speech Red

📋 copy color: '#AA0F09'

red 170 ◦ green 15 ◦ blue 9

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

Shades of Free Speech Red #AA0F09

Tints of Free Speech Red #AA0F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 87.63%
G = 7.73%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA0F09 (or 0xAA0F09) is known color: Free Speech Red. HEX triplet: AA, 0F and 09. RGB value is (170,15,9). Sum of RGB (Red+Green+Blue) = 170+15+9=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F09 is #55F0F6. Grayscale: #3C3C3C. Windows color (decimal): -5632247 or 593834. OLE color: 593834.

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

Color convert

RGB 170 15 9 -
CMYK 0 0.91 0.95 0.33
HSL 2.24º 0.9% 0.35% -
HSV(B) 2.24º 0.95% 0.67% -
XYZ 16.8 8.91 1.09 -
YUV 60.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 170 15 9 0 0.91 0.95 0.33 2.24 0.9 0.35
Hex AA F 9 0 5B 5F 21 2 5A 23
Octal 252 17 11 0 133 137 41 2 132 43
Binary 10101010 1111 1001 0 1011011 1011111 100001 10 1011010 100011

Color Harmonies of #AA0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F09

Black with #AA0F09

Text Example


Text Example

White with #AA0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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