#AA0C0A

Color #AA0C0A Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AA0C0A

Tints of Free Speech Red #AA0C0A

Color information

#AA0C0A (or 0xAA0C0A) is unknown color: approx Free Speech Red. HEX triplet: AA, 0C and 0A. RGB value is (170,12,10). Sum of RGB (Red+Green+Blue) = 170+12+10=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0C0A is #55F3F5. Grayscale: #3B3B3B. Windows color (decimal): -5633014 or 658602. OLE color: 658602.

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

Color convert

RGB1701210-
CMYK00.930.940.33
HSL0.75º88.89%35.29%-
HSV(B)0.75º94.12%66.67%-
XYZ16.768.831.11-
YUV59.01100.35207.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 88.54%
GREEN value IS 12 (5.08% from 255) = 6.25%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=88.54%
G=6.25%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170121000.930.940.330.7588.8935.29
HexAACA05D5E2115923
Octal2521412013513641113143
Binary101010101100101001011101101111010000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C0A; }

 p { color: rgb(170,12,10); }

 H1.HeaderClassName
 {
   color: #AA0C0A;
 }
 .AnyTagClassName
 {
   color: #AA0C0A;
 }
</style>
background-color css

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

 a { background-color: rgb(170,12,10); }

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

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

 span { border-color: rgb(170,12,10); }

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