Html Css Color HEX #AA0F07 Free Speech Red

📋 copy color: '#AA0F07'

red 170 ◦ green 15 ◦ blue 7

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

Shades of Free Speech Red #AA0F07

Tints of Free Speech Red #AA0F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.65%

R = 88.54%
G = 7.81%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0F07 (or 0xAA0F07) is known color: Free Speech Red. HEX triplet: AA, 0F and 07. RGB value is (170,15,7). Sum of RGB (Red+Green+Blue) = 170+15+7=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F07 is #55F0F8. Grayscale: #3C3C3C. Windows color (decimal): -5632249 or 462762. OLE color: 462762.

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

Color convert

RGB 170 15 7 -
CMYK 0 0.91 0.96 0.33
HSL 2.94º 0.92% 0.35% -
HSV(B) 2.94º 0.96% 0.67% -
XYZ 16.79 8.9 1.03 -
YUV 60.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 170 15 7 0 0.91 0.96 0.33 2.94 0.92 0.35
Hex AA F 7 0 5B 60 21 3 5C 23
Octal 252 17 7 0 133 140 41 3 134 43
Binary 10101010 1111 111 0 1011011 1100000 100001 11 1011100 100011

Color Harmonies of #AA0F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F07

Black with #AA0F07

Text Example


Text Example

White with #AA0F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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